mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
+1
-1
@@ -16,7 +16,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol SecretsRecoveryWithKeyCoordinatorDelegate: class {
|
||||
protocol SecretsRecoveryWithKeyCoordinatorDelegate: AnyObject {
|
||||
func secretsRecoveryWithKeyCoordinatorDidRecover(_ coordinator: SecretsRecoveryWithKeyCoordinatorType)
|
||||
func secretsRecoveryWithKeyCoordinatorDidCancel(_ coordinator: SecretsRecoveryWithKeyCoordinatorType)
|
||||
func secretsRecoveryWithKeyCoordinatorWantsToResetSecrets(_ viewModel: SecretsRecoveryWithKeyCoordinatorType)
|
||||
|
||||
+2
-2
@@ -16,11 +16,11 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol SecretsRecoveryWithKeyViewModelViewDelegate: class {
|
||||
protocol SecretsRecoveryWithKeyViewModelViewDelegate: AnyObject {
|
||||
func secretsRecoveryWithKeyViewModel(_ viewModel: SecretsRecoveryWithKeyViewModelType, didUpdateViewState viewSate: SecretsRecoveryWithKeyViewState)
|
||||
}
|
||||
|
||||
protocol SecretsRecoveryWithKeyViewModelCoordinatorDelegate: class {
|
||||
protocol SecretsRecoveryWithKeyViewModelCoordinatorDelegate: AnyObject {
|
||||
func secretsRecoveryWithKeyViewModelDidRecover(_ viewModel: SecretsRecoveryWithKeyViewModelType)
|
||||
func secretsRecoveryWithKeyViewModelDidCancel(_ viewModel: SecretsRecoveryWithKeyViewModelType)
|
||||
func secretsRecoveryWithKeyViewModelWantsToResetSecrets(_ viewModel: SecretsRecoveryWithKeyViewModelType)
|
||||
|
||||
Reference in New Issue
Block a user