Device Verification: Start start screen business logic

This commit is contained in:
manuroe
2019-04-05 15:15:06 +02:00
parent 09c7c6661d
commit 36c995ed1c
11 changed files with 149 additions and 48 deletions
@@ -21,6 +21,6 @@ import Foundation
/// DeviceVerificationStartViewController view actions exposed to view model
enum DeviceVerificationStartViewAction {
case sayHello
case complete
case beginVerifying
case cancel
}