Complete functions

This commit is contained in:
ismailgulek
2020-07-21 16:16:27 +03:00
parent 2d0bed58a7
commit e54cc79140
11 changed files with 330 additions and 96 deletions
@@ -20,6 +20,10 @@ import Foundation
/// EnterPinCodeViewController view actions exposed to view model
enum EnterPinCodeViewAction {
case loadData
case digitPressed(_ tag: Int)
case forgotPinPressed
case cancel
case pinsDontMatchAlertAction
case forgotPinAlertAction
}