Various improvements

This commit is contained in:
Ilya Laktyushin
2024-09-03 18:26:47 +04:00
parent 7e57a166dc
commit 3cdfb2031d
5 changed files with 36 additions and 6 deletions

View File

@@ -1010,7 +1010,8 @@ public protocol ChatController: ViewController {
var canReadHistory: ValuePromise<Bool> { get }
var parentController: ViewController? { get set }
var customNavigationController: NavigationController? { get set }
var dismissPreviewing: (() -> Void)? { get set }
var purposefulAction: (() -> Void)? { get set }
var stateUpdated: ((ContainedViewLayoutTransition) -> Void)? { get set }