mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-30 01:11:46 +00:00
14 lines
177 B
Objective-C
14 lines
177 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIWindow (OrientationChange)
|
|
|
|
- (bool)isRotating;
|
|
|
|
@end
|
|
|
|
@interface UINavigationBar (Condensed)
|
|
|
|
- (void)setCondensed:(BOOL)condensed;
|
|
|
|
@end
|