react-native-navigation的迁移库

RNNElementView.h 367B

12345678910111213
  1. #import <UIKit/UIKit.h>
  2. @interface RNNElementView : UIView
  3. @property (nonatomic, strong) NSString* elementId;
  4. @property (nonatomic, strong) NSString* type;
  5. @property (nonatomic, strong) NSString* resizeMode;
  6. @property (nonatomic, strong) NSNumber* interactive;
  7. @property (nonatomic, strong) UIViewController* vc;
  8. @property (nonatomic) CGPoint originalCenter;
  9. @end