mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-29 20:55:23 +08:00
PINCache is indeed nullable see https://github.com/pinterest/PINRemoteImage/pull/101/files#diff-3c9a124fee465b8e3daf9ca2426d4da4R115
This commit is contained in:
@@ -112,7 +112,7 @@ typedef void(^PINRemoteImageManagerAuthenticationChallenge)(NSURLSessionTask * _
|
||||
|
||||
@interface PINRemoteImageManager : NSObject
|
||||
|
||||
@property (nonatomic, readonly) PINCache * __nonnull cache;
|
||||
@property (nonatomic, readonly, nullable) PINCache * cache;
|
||||
|
||||
/**
|
||||
Create and return a PINRemoteImageManager created with the specified configuration. If configuration is nil, [NSURLSessionConfiguration defaultConfiguration] is used. You specify a custom configuration if you need to configure timeout values, cookie policies, additional HTTP headers, etc.
|
||||
|
||||
Reference in New Issue
Block a user