Create SecretsRecoveryCoordinatorBridgePresenter.

This commit is contained in:
SBiOSoftWhare
2020-06-15 16:20:36 +02:00
parent ceeafee066
commit 481925c2f9
2 changed files with 117 additions and 1 deletions
@@ -16,7 +16,8 @@
import Foundation
enum SecretsRecoveryMode {
@objc
enum SecretsRecoveryMode: Int {
case passphraseOrKey
case onlyKey
}