Skip to content

Commit

Permalink
Merge pull request yhkaplan#15 from cocoabagel/main
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkaplan authored Aug 20, 2020
2 parents 18ebe35 + 6c65395 commit ccaabfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ open class CreditCardScannerViewController: UIViewController {
private var bottomStackView = UIStackView()
private var titleLabel = UILabel()
private var subtitleLabel = UILabel()
private var cancelButton = UIButton()
private var cancelButton = UIButton(type: .system)

// MARK: - Vision-related

Expand Down

0 comments on commit ccaabfa

Please sign in to comment.