Complete functions

This commit is contained in:
ismailgulek
2020-07-21 16:16:27 +03:00
parent a02e446500
commit 1573bedcce
11 changed files with 330 additions and 96 deletions

View File

@@ -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
}