react-native-navigation的迁移库

RNNInsetsOptions.h 250B

1234567891011
  1. #import "RNNOptions.h"
  2. @interface RNNInsetsOptions : RNNOptions
  3. @property (nonatomic, strong) Double* top;
  4. @property (nonatomic, strong) Double* left;
  5. @property (nonatomic, strong) Double* right;
  6. @property (nonatomic, strong) Double* bottom;
  7. @end