Complete functions

This commit is contained in:
ismailgulek
2020-07-21 16:16:27 +03:00
parent d9498409e3
commit 31a362fdf1
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
}