Skip to content

Commit

Permalink
add: UpdateViewController 변수 추가 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed Apr 14, 2023
1 parent 0a1aca2 commit 52d1c89
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ class UpdateViewController: UIViewController {
private let checkLabel = UILabel()
private let updateButton = UIButton()

var updateNote: UpdateNote?
var forceUpdateAgreement: Bool = false

// MARK: - View Life Cycle

override func viewDidLoad() {
Expand Down

0 comments on commit 52d1c89

Please sign in to comment.