mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 11:00:07 +00:00
18 lines
358 B
Objective-C
18 lines
358 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIWindow (OrientationChange)
|
|
|
|
- (bool)isRotating;
|
|
+ (void)addPostDeviceOrientationDidChangeBlock:(void (^)())block;
|
|
+ (bool)isDeviceRotating;
|
|
|
|
- (void)_updateToInterfaceOrientation:(int)arg1 duration:(double)arg2 force:(BOOL)arg3;
|
|
|
|
@end
|
|
|
|
@interface UINavigationBar (Condensed)
|
|
|
|
- (void)setCondensed:(BOOL)condensed;
|
|
|
|
@end
|