Fix build

This commit is contained in:
Ilya Laktyushin 2022-05-19 21:17:12 +04:00
parent 3fb304bd6f
commit 10326f1fac
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import SwiftSignalKit
import Postbox
import TelegramCore
import AccountContext
//import InstantPageUI
import UrlHandling
public func extractAnchor(string: String) -> (String, String?) {

View File

@ -16,6 +16,7 @@ import NotificationSoundSelectionUI
import PresentationDataUtils
import PhoneNumberFormat
import AccountUtils
import InstantPageCache
enum SettingsSearchableItemIcon {
case profile

View File

@ -68,6 +68,7 @@ import ChatPresentationInterfaceState
import CreateExternalMediaStreamScreen
import PaymentMethodUI
import PremiumUI
import InstantPageCache
protocol PeerInfoScreenItem: AnyObject {
var id: AnyHashable { get }