From a21a2bc48f85fdafd01627d647d86179aa503a04 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:43:31 +0800 Subject: [PATCH] 添加V3.8.2 --- frameworks/AFNetworking.framework/Headers/AFImageDownloader.h | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/frameworks/AFNetworking.framework/Headers/AFImageDownloader.h b/frameworks/AFNetworking.framework/Headers/AFImageDownloader.h index 3903eec..7e25e37 100755 --- a/frameworks/AFNetworking.framework/Headers/AFImageDownloader.h +++ b/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. -- Gitblit v1.8.0