mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
3fb304bd6f
commit
10326f1fac
3 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import SwiftSignalKit
|
|||
import Postbox
|
||||
import TelegramCore
|
||||
import AccountContext
|
||||
//import InstantPageUI
|
||||
import UrlHandling
|
||||
|
||||
public func extractAnchor(string: String) -> (String, String?) {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ import NotificationSoundSelectionUI
|
|||
import PresentationDataUtils
|
||||
import PhoneNumberFormat
|
||||
import AccountUtils
|
||||
import InstantPageCache
|
||||
|
||||
enum SettingsSearchableItemIcon {
|
||||
case profile
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ import ChatPresentationInterfaceState
|
|||
import CreateExternalMediaStreamScreen
|
||||
import PaymentMethodUI
|
||||
import PremiumUI
|
||||
import InstantPageCache
|
||||
|
||||
protocol PeerInfoScreenItem: AnyObject {
|
||||
var id: AnyHashable { get }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue