Update Riot/Modules/Secrets/Reset/SecretsResetCoordinatorType.swift

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare 2020-09-30 18:29:42 +02:00 committed by GitHub
parent 03684618a9
commit 637e943ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ protocol SecretsResetCoordinatorDelegate: class {
func secretsResetCoordinatorDidCancel(_ coordinator: SecretsResetCoordinatorType)
}
/// `SecretsResetCoordinatorType` is a protocol describing a Coordinator that handle key backup setup passphrase navigation flow.
/// `SecretsResetCoordinatorType` is a protocol describing a Coordinator that handle keys reset flow.
protocol SecretsResetCoordinatorType: Coordinator, Presentable {
var delegate: SecretsResetCoordinatorDelegate? { get }
}