@return is recognized by the syntax highlighter. (#2313)

This commit is contained in:
Garrett Moon
2016-09-28 14:40:05 -07:00
committed by appleguy
parent 4aa7c9631d
commit 5cd8f28ad5
11 changed files with 41 additions and 41 deletions

View File

@@ -33,14 +33,14 @@ NS_ASSUME_NONNULL_BEGIN
*
* @discussion If `cache` is nil, the receiver will not attempt to retrieve images from a cache before downloading them.
*
* @returns An initialized ASNetworkImageNode.
* @return An initialized ASNetworkImageNode.
*/
- (instancetype)initWithCache:(nullable id<ASImageCacheProtocol>)cache downloader:(id<ASImageDownloaderProtocol>)downloader NS_DESIGNATED_INITIALIZER;
/**
* Convenience initialiser.
*
* @returns An ASNetworkImageNode configured to use the NSURLSession-powered ASBasicImageDownloader, and no extra cache.
* @return An ASNetworkImageNode configured to use the NSURLSession-powered ASBasicImageDownloader, and no extra cache.
*/
- (instancetype)init;