Refactoring

This commit is contained in:
Ali
2022-05-29 03:00:17 +04:00
parent 0dd4f9d438
commit 47fb45e08f
29 changed files with 145 additions and 4097 deletions

View File

@@ -83,6 +83,14 @@ public final class TelegramEngine {
public lazy var itemCache: ItemCache = {
return ItemCache(account: self.account)
}()
public lazy var notices: Notices = {
return Notices(account: self.account)
}()
public lazy var preferences: Preferences = {
return Preferences(account: self.account)
}()
}
public final class TelegramEngineUnauthorized {