mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Complete functions
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user