Mark one function which return value should follow the GET rule

This commit is contained in:
DreamPiggy 2018-01-16 00:06:18 +08:00
parent 82c44e275a
commit 6f6f54e6c5
1 changed files with 1 additions and 1 deletions

View File

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