Mark one function which return value should follow the GET rule
This commit is contained in:
parent
82c44e275a
commit
6f6f54e6c5
|
@ -37,6 +37,6 @@ typedef NS_ENUM(NSInteger, SDImageFormat) {
|
||||||
@param format Format as SDImageFormat
|
@param format Format as SDImageFormat
|
||||||
@return The UTType as CFStringRef
|
@return The UTType as CFStringRef
|
||||||
*/
|
*/
|
||||||
+ (nonnull CFStringRef)sd_UTTypeFromSDImageFormat:(SDImageFormat)format;
|
+ (nonnull CFStringRef)sd_UTTypeFromSDImageFormat:(SDImageFormat)format CF_RETURNS_NOT_RETAINED;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Reference in New Issue