Refactor libphonenumber and TelegramAPI out of TelegramCore

This commit is contained in:
Peter
2019-10-18 11:35:04 +04:00
parent 3e6a37c1b2
commit 5f33b7ef51
53 changed files with 106 additions and 62 deletions

View File

@@ -12,6 +12,7 @@ import AccountContext
import AlertUI
import PresentationDataUtils
import AuthorizationUI
import PhoneNumberFormat
private final class ChangePhoneNumberCodeControllerArguments {
let updateEntryText: (String) -> Void