Merge branch 'refactor_api_style' into 5.x
* refactor_api_style: Update the comments for `operationClass`
This commit is contained in:
commit
5e1093615c
|
@ -144,8 +144,7 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB
|
||||||
* `NSOperation` to be used each time SDWebImage constructs a request
|
* `NSOperation` to be used each time SDWebImage constructs a request
|
||||||
* operation to download an image.
|
* operation to download an image.
|
||||||
*
|
*
|
||||||
* @param operationClass The subclass of `SDWebImageDownloaderOperation` to set
|
* @note Passing `NSOperation<SDWebImageDownloaderOperationInterface>` to set as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`.
|
||||||
* as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`.
|
|
||||||
*/
|
*/
|
||||||
@property (assign, nonatomic, nullable) Class operationClass;
|
@property (assign, nonatomic, nullable) Class operationClass;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue