mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix build
This commit is contained in:
parent
4e28500ca1
commit
f030734aa2
@ -464,6 +464,10 @@ public enum ChatPresentationInputQueryResult: Equatable {
|
||||
|
||||
public let ChatControllerCount = Atomic<Int32>(value: 0)
|
||||
|
||||
public protocol PeerInfoScreen: ViewController {
|
||||
|
||||
}
|
||||
|
||||
public protocol ChatController: ViewController {
|
||||
var chatLocation: ChatLocation { get }
|
||||
var canReadHistory: ValuePromise<Bool> { get }
|
||||
|
Loading…
x
Reference in New Issue
Block a user