Fix the test for CustomDownloaderOperation

This commit is contained in:
DreamPiggy 2018-01-26 00:02:01 +08:00
parent 1c0a13fb97
commit 5000e8095b
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
@property (nonatomic, assign) BOOL shouldDecompressImages;
@property (nonatomic, strong, nullable) NSURLCredential *credential;
@property (nonatomic, assign) SDWebImageContext *context;
@end