We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0b7ce commit 9672c2eCopy full SHA for 9672c2e
Libraries/ART/RCTConvert+ART.h
@@ -15,15 +15,15 @@
15
16
@interface RCTConvert (ART)
17
18
-+ (CGPathRef)CGPath:(id)json;
++ (CGPathRef)CGPath:(id)json CF_RETURNS_NOT_RETAINED;
19
+ (CTTextAlignment)CTTextAlignment:(id)json;
20
+ (ARTTextFrame)ARTTextFrame:(id)json;
21
+ (ARTCGFloatArray)ARTCGFloatArray:(id)json;
22
+ (ARTBrush *)ARTBrush:(id)json;
23
24
+ (CGPoint)CGPoint:(id)json offset:(NSUInteger)offset;
25
+ (CGRect)CGRect:(id)json offset:(NSUInteger)offset;
26
-+ (CGColorRef)CGColor:(id)json offset:(NSUInteger)offset;
27
-+ (CGGradientRef)CGGradient:(id)json offset:(NSUInteger)offset;
++ (CGColorRef)CGColor:(id)json offset:(NSUInteger)offset CF_RETURNS_NOT_RETAINED;
++ (CGGradientRef)CGGradient:(id)json offset:(NSUInteger)offset CF_RETURNS_NOT_RETAINED;
28
29
@end
0 commit comments