Skip to content

Commit

Permalink
Change pragma mark from Binding to View model (#749)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dusi authored and ifbarrera committed Aug 5, 2019
1 parent e366796 commit 3728ac3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Views/Cells/PledgeAmountCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ final class PledgeAmountCell: UITableViewCell, ValueCell {
|> stepperStyle
}

// MARK: - Binding
// MARK: - View model

override func bindViewModel() {
super.bindViewModel()
Expand Down
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Views/Cells/PledgeDescriptionCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ final class PledgeDescriptionCell: UITableViewCell, ValueCell {
|> ksr_addArrangedSubviewsToStackView()
}

// MARK: - Binding
// MARK: - View model

internal override func bindViewModel() {
super.bindViewModel()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ final class PledgeShippingLocationCell: UITableViewCell, ValueCell {
|> checkoutStackViewStyle
}

// MARK: - Binding
// MARK: - View model

override func bindViewModel() {
super.bindViewModel()
Expand Down
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Views/Cells/PledgeSummaryCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ final class PledgeSummaryCell: UITableViewCell, ValueCell {
|> ksr_addArrangedSubviewsToStackView()
}

// MARK: - Binding
// MARK: - View model

internal override func bindViewModel() {
super.bindViewModel()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class ShippingRulesTableViewController: UITableViewController {
self.viewModel.inputs.viewDidLoad()
}

// MARK: - Binding
// MARK: - View model

override func bindViewModel() {
super.bindViewModel()
Expand Down
2 changes: 1 addition & 1 deletion Kickstarter-iOS/Views/PledgeCTAContainerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class PledgeCTAContainerView: UIView {
|> \.numberOfLines .~ 0
}

// MARK: - Binding
// MARK: - View model

override func bindViewModel() {
super.bindViewModel()
Expand Down

0 comments on commit 3728ac3

Please sign in to comment.