react-native-navigation的迁移库

UIViewController+Rotation.h 337B

123456789101112131415161718
  1. //
  2. // UIViewController+Rotation.h
  3. // ReactNativeNavigation
  4. //
  5. // Created by Ran Greenberg on 05/03/2017.
  6. // Copyright © 2017 artal. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIViewController (Rotation)
  10. -(void)setRotation:(NSDictionary*)style;
  11. -(UIInterfaceOrientationMask)supportedControllerOrientations;
  12. @end