Remove redundancy protocol declaration

This commit is contained in:
zhongwuzw 2018-07-20 22:12:48 +08:00
parent 43edf04ba0
commit 16a1960018
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ FOUNDATION_EXPORT NSString * _Nonnull const SDWebImageDownloadFinishNotification
@end
@interface SDWebImageDownloaderOperation : NSOperation <SDWebImageDownloaderOperationInterface, SDWebImageOperation, NSURLSessionTaskDelegate, NSURLSessionDataDelegate>
@interface SDWebImageDownloaderOperation : NSOperation <SDWebImageDownloaderOperationInterface, SDWebImageOperation>
/**
* The request used by the operation's task.