Skip to content

Commit 151328c

Browse files
Delete old shipping rules table view controller
1 parent 8f98004 commit 151328c

File tree

12 files changed

+0
-344
lines changed

12 files changed

+0
-344
lines changed

Kickstarter-iOS/Features/PledgeShippingLocation/PledgeShippingLocationViewController.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,6 @@ final class PledgeShippingLocationViewController: UIViewController {
183183
}
184184
}
185185

186-
extension PledgeShippingLocationViewController: ShippingRulesTableViewControllerDelegate {
187-
func shippingRulesTableViewControllerCancelButtonTapped() {
188-
// self.viewModel.inputs.shippingLocationCancelButtonTapped()
189-
}
190-
191-
func shippingRulesTableViewController(
192-
_: ShippingRulesTableViewController,
193-
didSelect _: ShippingRule
194-
) {
195-
// self.viewModel.inputs.shippingLocationUpdated(to: lo)
196-
}
197-
}
198-
199186
// MARK: - Styles
200187

201188
private let amountLabelStyle: LabelStyle = { (label: UILabel) in

Kickstarter-iOS/Features/ShippingRules/Controller/ShippingRulesTableViewController.swift

Lines changed: 0 additions & 149 deletions
This file was deleted.

Kickstarter-iOS/Features/ShippingRules/Controller/ShippingRulesTableViewControllerTests.swift

Lines changed: 0 additions & 41 deletions
This file was deleted.

Kickstarter-iOS/Features/ShippingRules/Datasource/ShippingRulesDataSource.swift

Lines changed: 0 additions & 26 deletions
This file was deleted.

Kickstarter-iOS/Features/ShippingRules/Datasource/ShippingRulesDataSourceTests.swift

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)