Remove redundancy protocol declaration
This commit is contained in:
parent
43edf04ba0
commit
16a1960018
|
@ -44,7 +44,7 @@ FOUNDATION_EXPORT NSString * _Nonnull const SDWebImageDownloadFinishNotification
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
||||||
@interface SDWebImageDownloaderOperation : NSOperation <SDWebImageDownloaderOperationInterface, SDWebImageOperation, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
|
@interface SDWebImageDownloaderOperation : NSOperation <SDWebImageDownloaderOperationInterface, SDWebImageOperation>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The request used by the operation's task.
|
* The request used by the operation's task.
|
||||||
|
|
Loading…
Reference in New Issue