Swiftgram/Display/UIWindow+OrientationChange.h
2016-07-06 15:40:10 +03:00

12 lines
273 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