mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Refactoring
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user