react-native-navigation的迁移库

Bool.h 130B

123456789101112
  1. #import "Param.h"
  2. @interface Bool : Param
  3. - (BOOL)get;
  4. - (NSNumber *)getValue;
  5. - (BOOL)getWithDefaultValue:(BOOL)value;
  6. @end