Remove NS_DESIGNATED_INITIALIZER macro

This commit is contained in:
zhongwuzw 2018-08-09 20:43:35 +08:00
parent 22a8c43bca
commit 9a63520115
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static void * SDWebImageDownloaderContext = &SDWebImageDownloaderContext;
- (nonnull instancetype)init NS_UNAVAILABLE;
+ (nonnull instancetype)new NS_UNAVAILABLE;
- (nonnull instancetype)initWithDownloadOperation:(nullable NSOperation<SDWebImageDownloaderOperation> *)downloadOperation NS_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithDownloadOperation:(nullable NSOperation<SDWebImageDownloaderOperation> *)downloadOperation;
@end