Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 1b7d68f

Browse files
author
Rajinder Ramgarhia
committed
[ASPINRemoteImageDownloader] Allows setting authentication challenge block
1 parent 89f4653 commit 1b7d68f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AsyncDisplayKit/Details/ASPINRemoteImageDownloader.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88

99
#import <Foundation/Foundation.h>
1010
#import "ASImageProtocols.h"
11+
#import <PINRemoteImage/PINRemoteImageManager.h>
1112

1213
NS_ASSUME_NONNULL_BEGIN
1314

1415
@interface ASPINRemoteImageDownloader : NSObject <ASImageCacheProtocol, ASImageDownloaderProtocol>
1516

1617
+ (ASPINRemoteImageDownloader *)sharedDownloader;
1718

19+
- (PINRemoteImageManager *)sharedPINRemoteImageManager;
20+
1821
@end
1922

2023
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)