mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +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 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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user