react-native-navigation的迁移库

Double.h 162B

123456789101112
  1. #import "Param.h"
  2. @interface Double : Param
  3. + (instancetype)withValue:(double)value;
  4. - (double)get;
  5. - (double)getWithDefaultValue:(double)defaultValue;
  6. @end