Merge pull request #1700 from 1nput0utput/ASPINRemoteImageDownloaderChanllengeBlock

[ASPINRemoteImageDownloader] Allows setting authentication challenge …
This commit is contained in:
appleguy
2016-06-01 11:14:01 +07:00

View File

@@ -8,6 +8,7 @@
#import <Foundation/Foundation.h>
#import "ASImageProtocols.h"
#import <PINRemoteImage/PINRemoteImageManager.h>
NS_ASSUME_NONNULL_BEGIN
@@ -15,6 +16,8 @@ NS_ASSUME_NONNULL_BEGIN
+ (ASPINRemoteImageDownloader *)sharedDownloader;
- (PINRemoteImageManager *)sharedPINRemoteImageManager;
@end
NS_ASSUME_NONNULL_END