mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 11:00:07 +00:00
12 lines
401 B
Objective-C
12 lines
401 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIViewController (Navigation)
|
|
|
|
- (void)setIgnoreAppearanceMethodInvocations:(BOOL)ignoreAppearanceMethodInvocations;
|
|
- (void)navigation_setNavigationController:(UINavigationController * _Nullable)navigationControlller;
|
|
- (void)navigation_setPresentingViewController:(UIViewController * _Nullable)presentingViewController;
|
|
|
|
@end
|
|
|
|
void applyKeyboardAutocorrection();
|