react-native-navigation的迁移库

IntNumberParser.h 165B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import "IntNumber.h"
  3. @interface IntNumberParser : NSObject
  4. + (IntNumber *)parse:(NSDictionary *)json key:(NSString *)key;
  5. @end