Swiftgram/Display/UIWindow+OrientationChange.h
2015-07-30 01:09:30 +03:00

14 lines
177 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIWindow (OrientationChange)
- (bool)isRotating;
@end
@interface UINavigationBar (Condensed)
- (void)setCondensed:(BOOL)condensed;
@end