react-native-navigation的迁移库

RNNAnimationConfigurationOptions.h 295B

12345678910111213
  1. #import "RNNOptions.h"
  2. @interface RNNAnimationConfigurationOptions : RNNOptions
  3. @property (nonatomic, strong) Double* from;
  4. @property (nonatomic, strong) Double* to;
  5. @property (nonatomic, strong) Double* duration;
  6. @property (nonatomic, strong) Double* startDelay;
  7. - (BOOL)hasAnimation;
  8. @end