mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Merge pull request #1700 from 1nput0utput/ASPINRemoteImageDownloaderChanllengeBlock
[ASPINRemoteImageDownloader] Allows setting authentication challenge …
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user