This commit is contained in:
manuroe
2021-06-16 16:11:32 +02:00
parent d6e2d12fef
commit 9302517410
3 changed files with 5 additions and 100 deletions
@@ -47,6 +47,10 @@ private enum BackupRows {
case deleteKeyBackupAction(keyBackupVersion: MXKeyBackupVersion)
}
/// SettingsSecureBackupTableViewSection provides UITableViewCells to manage secure backup and key backup.
///
/// All states are described in SettingsSecureBackupViewState.
/// All actions in SettingsSecureBackupViewAction.
@objc final class SettingsSecureBackupTableViewSection: NSObject {
// MARK: - Properties