mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
20 lines
680 B
Objective-C
20 lines
680 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIViewController (Navigation)
|
|
|
|
- (void)setIgnoreAppearanceMethodInvocations:(BOOL)ignoreAppearanceMethodInvocations;
|
|
- (BOOL)ignoreAppearanceMethodInvocations;
|
|
- (void)navigation_setNavigationController:(UINavigationController * _Nullable)navigationControlller;
|
|
- (void)navigation_setPresentingViewController:(UIViewController * _Nullable)presentingViewController;
|
|
- (void)navigation_setDismiss:(void (^_Nullable)())dismiss rootController:( UIViewController * _Nullable )rootController;
|
|
|
|
@end
|
|
|
|
@interface UIView (Navigation)
|
|
|
|
@property (nonatomic) bool disablesInteractiveTransitionGestureRecognizer;
|
|
|
|
@end
|
|
|
|
void applyKeyboardAutocorrection();
|