Refactoring

This commit is contained in:
Ali
2021-07-07 01:59:12 +04:00
parent 9973b37e97
commit 9134bae908
123 changed files with 509 additions and 1477 deletions

View File

@@ -59,6 +59,10 @@ public final class TelegramEngine {
public lazy var historyImport: HistoryImport = {
return HistoryImport(account: self.account)
}()
public lazy var contacts: Contacts = {
return Contacts(account: self.account)
}()
}
public final class TelegramEngineUnauthorized {