mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
add NSSet type to RCTConvert
Summary: Add support for NSSet type Closes https://github.com/facebook/react-native/pull/1938 Github Author: Kostiantyn Koval <konstantin.koval1@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
+ (NSUInteger)NSUInteger:(id)json;
|
||||
|
||||
+ (NSArray *)NSArray:(id)json;
|
||||
+ (NSSet *)NSSet:(id)json;
|
||||
+ (NSDictionary *)NSDictionary:(id)json;
|
||||
+ (NSString *)NSString:(id)json;
|
||||
+ (NSNumber *)NSNumber:(id)json;
|
||||
|
||||
Reference in New Issue
Block a user