+[RCTConvert UIFont:] tests

This commit is contained in:
Nick Lockwood
2015-05-05 17:38:32 -07:00
parent 7362f11c22
commit 54974d6333
3 changed files with 17 additions and 14 deletions

View File

@@ -76,6 +76,7 @@
+ (UIImage *)UIImage:(id)json;
+ (CGImageRef)CGImage:(id)json;
+ (UIFont *)UIFont:(id)json;
+ (UIFont *)UIFont:(UIFont *)font withSize:(id)json;
+ (UIFont *)UIFont:(UIFont *)font withWeight:(id)json;
+ (UIFont *)UIFont:(UIFont *)font withStyle:(id)json;