mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various fixes
This commit is contained in:
@@ -12,6 +12,7 @@ public protocol MinimizedContainer: ASDisplayNode {
|
||||
var statusBarStyleUpdated: (() -> Void)? { get set }
|
||||
|
||||
func addController(_ viewController: MinimizableController, topEdgeOffset: CGFloat?, beforeMaximize: @escaping (NavigationController, @escaping () -> Void) -> Void, transition: ContainedViewLayoutTransition)
|
||||
func removeController(_ viewController: MinimizableController)
|
||||
func maximizeController(_ viewController: MinimizableController, animated: Bool, completion: @escaping (Bool) -> Void)
|
||||
func collapse()
|
||||
func dismissAll(completion: @escaping () -> Void)
|
||||
|
||||
Reference in New Issue
Block a user