Skip to content

Commit 4130eb3

Browse files
committed
Update comment on LegacyProductListSelectorViewController
1 parent e96dae9 commit 4130eb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Products/ProductListSelector/LegacyProductListSelectorViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import UIKit
33
import Yosemite
44

55
/// Displays a paginated list of products where the user can select.
6+
/// This uses the old design for the product list selector,
7+
/// and should be removed once updates for `ProductListSelectorViewController` are complete.
68
final class LegacyProductListSelectorViewController: UIViewController {
79
private let excludedProductIDs: [Int64]
810
private var productIDs: [Int64] = [] {

0 commit comments

Comments
 (0)