mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix build
This commit is contained in:
parent
3fb304bd6f
commit
10326f1fac
@ -3,7 +3,6 @@ import SwiftSignalKit
|
|||||||
import Postbox
|
import Postbox
|
||||||
import TelegramCore
|
import TelegramCore
|
||||||
import AccountContext
|
import AccountContext
|
||||||
//import InstantPageUI
|
|
||||||
import UrlHandling
|
import UrlHandling
|
||||||
|
|
||||||
public func extractAnchor(string: String) -> (String, String?) {
|
public func extractAnchor(string: String) -> (String, String?) {
|
||||||
|
@ -16,6 +16,7 @@ import NotificationSoundSelectionUI
|
|||||||
import PresentationDataUtils
|
import PresentationDataUtils
|
||||||
import PhoneNumberFormat
|
import PhoneNumberFormat
|
||||||
import AccountUtils
|
import AccountUtils
|
||||||
|
import InstantPageCache
|
||||||
|
|
||||||
enum SettingsSearchableItemIcon {
|
enum SettingsSearchableItemIcon {
|
||||||
case profile
|
case profile
|
||||||
|
@ -68,6 +68,7 @@ import ChatPresentationInterfaceState
|
|||||||
import CreateExternalMediaStreamScreen
|
import CreateExternalMediaStreamScreen
|
||||||
import PaymentMethodUI
|
import PaymentMethodUI
|
||||||
import PremiumUI
|
import PremiumUI
|
||||||
|
import InstantPageCache
|
||||||
|
|
||||||
protocol PeerInfoScreenItem: AnyObject {
|
protocol PeerInfoScreenItem: AnyObject {
|
||||||
var id: AnyHashable { get }
|
var id: AnyHashable { get }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user