Fix class keyword deprecation warnings everywhere!

Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
This commit is contained in:
Doug
2021-07-09 17:05:43 +01:00
parent d456332e82
commit 29d7262e38
128 changed files with 165 additions and 165 deletions
@@ -16,7 +16,7 @@
import UIKit
protocol KeyBackupSetupSuccessFromSecureBackupViewControllerDelegate: class {
protocol KeyBackupSetupSuccessFromSecureBackupViewControllerDelegate: AnyObject {
func keyBackupSetupSuccessFromSecureBackupViewControllerDidTapDoneAction(_ viewController: KeyBackupSetupSuccessFromSecureBackupViewController)
}