Update the comments for `operationClass`

This commit is contained in:
DreamPiggy 2018-03-11 19:12:03 +08:00
parent c9dfe39e36
commit 96990ab9e7
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB
* `NSOperation` to be used each time SDWebImage constructs a request
* operation to download an image.
*
* @param operationClass The subclass of `SDWebImageDownloaderOperation` to set
* as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`.
* @note Passing `NSOperation<SDWebImageDownloaderOperationInterface>` to set as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`.
*/
@property (assign, nonatomic, nullable) Class operationClass;