Device Verification: Fix Steve's PR comments

This commit is contained in:
manuroe
2019-04-24 08:18:56 +02:00
parent 2e71bb5db2
commit 4d1b701ed0
3 changed files with 13 additions and 13 deletions
@@ -30,11 +30,11 @@ final class DeviceVerificationStartViewController: UIViewController {
@IBOutlet private weak var titleLabel: UILabel!
@IBOutlet private weak var informationLabel: UILabel!
@IBOutlet weak var waitingPartnerLabel: UILabel!
@IBOutlet weak var useLegacyVerificationLabel: UILabel!
@IBOutlet weak var verifyButtonBackgroundView: UIView!
@IBOutlet private weak var waitingPartnerLabel: UILabel!
@IBOutlet private weak var useLegacyVerificationLabel: UILabel!
@IBOutlet private weak var verifyButtonBackgroundView: UIView!
@IBOutlet private weak var verifyButton: UIButton!
@IBOutlet weak var useLegacyVerificationButton: UIButton!
@IBOutlet private weak var useLegacyVerificationButton: UIButton!
// MARK: Private