From 2a93324919018e1e05cc1caec210166ed1af7ee5 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 19 Jun 2018 17:06:57 +0800 Subject: [PATCH] [Update] WASdkImpl (3.6.8.1) --- 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