hank
2018-04-18 a94e95323b0037c39c1785d539ada01091d3b030
frameworks/AFNetworking.framework/Headers/AFImageDownloader.h
@@ -82,6 +82,11 @@
+ (NSURLCache *)defaultURLCache;
/**
 The default `NSURLSessionConfiguration` with common usage parameter values.
 */
+ (NSURLSessionConfiguration *)defaultURLSessionConfiguration;
/**
 Default initializer
 @return An instance of `AFImageDownloader` initialized with default values.
@@ -89,6 +94,15 @@
- (instancetype)init;
/**
 Initializer with specific `URLSessionConfiguration`
 @param configuration The `NSURLSessionConfiguration` to be be used
 @return An instance of `AFImageDownloader` initialized with default values and custom `NSURLSessionConfiguration`
 */
- (instancetype)initWithSessionConfiguration:(NSURLSessionConfiguration *)configuration;
/**
 Initializes the `AFImageDownloader` instance with the given session manager, download prioritization, maximum active download count and image cache.
 @param sessionManager The session manager to use to download images.