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:
Kostiantyn Koval
2015-07-10 04:02:17 -07:00
parent ffaf16283f
commit 54c21ac651
2 changed files with 2 additions and 0 deletions

View File

@@ -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;