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

@@ -4,6 +4,7 @@ import AsyncDisplayKit
import Display
import TelegramCore
import TelegramStringFormatting
import PhoneNumberFormat
private func removeDuplicatedPlus(_ text: String?) -> String {
var result = ""