Skip to content

Commit d8c6d7f

Browse files
committed
feat: comments improvements
1 parent 2833588 commit d8c6d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Filters/Date Range Filter/Custom Range Filter/DateRangeFilterViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import UIKit
22

33
// MARK: - DateRangeFilterViewController
4+
// Allow to filter the orders by a range of dates
45
//
56
final class DateRangeFilterViewController: UIViewController {
67

78
@IBOutlet private weak var tableView: UITableView!
89

9-
1010
// Completion callback
1111
//
1212
typealias Completion = (Date?, Date?) -> Void
@@ -44,7 +44,6 @@ final class DateRangeFilterViewController: UIViewController {
4444
configureRows()
4545
configureTableView()
4646
}
47-
4847
}
4948

5049
// MARK: - View Configuration

WooCommerce/Classes/ViewRelated/Orders/Order Filters/Date Range Filter/OrderDatesFilterViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import UIKit
22

33
// MARK: - OrderDatesFilterViewController
4+
// Display a list of options for filtering orders by different type of dates.
45
//
56
final class OrderDatesFilterViewController: UIViewController {
67

0 commit comments

Comments
 (0)