[react-native] Remove iOS-specific attributes from ART text

This commit is contained in:
Ben Alpert
2015-04-30 13:18:52 -07:00
parent 4f70e58b37
commit 63ab6e8281
3 changed files with 3 additions and 41 deletions

View File

@@ -17,7 +17,6 @@
@interface RCTConvert (ART)
+ (CGPathRef)CGPath:(id)json;
+ (CTFontRef)CTFont:(id)json;
+ (CTTextAlignment)CTTextAlignment:(id)json;
+ (ARTTextFrame)ARTTextFrame:(id)json;
+ (ARTCGFloatArray)ARTCGFloatArray:(id)json;