Refactor HashtagSearchUI, StickerPackPreviewUI and related modules [skip ci]

This commit is contained in:
Peter
2019-08-15 00:56:18 +03:00
parent 191090f578
commit 519e74f476
148 changed files with 3421 additions and 5911 deletions

View File

@@ -277,6 +277,8 @@ public final class ChatEmbeddedInterfaceState: PeerChatListEmbeddedInterfaceStat
public protocol ChatController: ViewController {
var chatLocation: ChatLocation { get }
var canReadHistory: ValuePromise<Bool> { get }
var parentController: ViewController? { get set }
func updatePresentationMode(_ mode: ChatControllerPresentationMode)
func beginMessageSearch(_ query: String)
}