Fix more warnings

This commit is contained in:
Ali
2021-08-05 12:37:57 +02:00
parent 6b3103bafc
commit 0a9be38425
83 changed files with 693 additions and 930 deletions

View File

@@ -6,7 +6,7 @@ import Postbox
import TelegramCore
import AccountContext
public protocol SettingsController: class {
public protocol SettingsController: AnyObject {
func updateContext(context: AccountContext)
}