mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Refactor libphonenumber and TelegramAPI out of TelegramCore
This commit is contained in:
parent
3e6a37c1b2
commit
5f33b7ef51
53 changed files with 106 additions and 62 deletions
|
|
@ -10,6 +10,7 @@ static_library(
|
|||
"//submodules/Postbox:Postbox#dynamic",
|
||||
"//submodules/TelegramPresentationData:TelegramPresentationData",
|
||||
"//submodules/TelegramUIPreferences:TelegramUIPreferences",
|
||||
"//submodules/PhoneNumberFormat:PhoneNumberFormat",
|
||||
],
|
||||
frameworks = [
|
||||
"$SDKROOT/System/Library/Frameworks/Foundation.framework",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import TelegramCore
|
|||
import Postbox
|
||||
import TelegramPresentationData
|
||||
import TelegramUIPreferences
|
||||
import PhoneNumberFormat
|
||||
|
||||
public extension Peer {
|
||||
var compactDisplayTitle: String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue