Fix build

This commit is contained in:
Ilya Laktyushin 2021-02-15 21:35:43 +04:00
parent 4e28500ca1
commit f030734aa2

View File

@ -464,6 +464,10 @@ public enum ChatPresentationInputQueryResult: Equatable {
public let ChatControllerCount = Atomic<Int32>(value: 0) public let ChatControllerCount = Atomic<Int32>(value: 0)
public protocol PeerInfoScreen: ViewController {
}
public protocol ChatController: ViewController { public protocol ChatController: ViewController {
var chatLocation: ChatLocation { get } var chatLocation: ChatLocation { get }
var canReadHistory: ValuePromise<Bool> { get } var canReadHistory: ValuePromise<Bool> { get }