lpw
2023-07-20 74a40074dd6c9a0dd26a04dd9ae4b4d3bcf224d0
frameworks/WACommon.framework/Headers/WADownloadHandler.h
@@ -10,12 +10,12 @@
@class AFHTTPRequestOperation;
@interface WADownloadHandler : NSObject
+ (void)downloadFileWithOption:(NSDictionary *)paramDic
+ (NSURLSessionDownloadTask *)downloadFileWithOption:(NSDictionary *)paramDic
                 withInferface:(NSString*)requestURL
                     savedPath:(NSString*)savedPath
                        method:(NSString*)method
               downloadSuccess:(void (^)(AFHTTPRequestOperation *operation, id responseObject))success
               downloadFailure:(void (^)(AFHTTPRequestOperation *operation, NSError *error))failure
                       success:(void (^)(NSURLResponse *response, NSURL *filePath))success
                       failure:(void (^)(NSURLResponse *response, NSError *error))failure
                      progress:(void (^)(float progress))progress;
@end