|
@@ -13,7 +13,7 @@ typedef NSMutableDictionary*(^decryptBlock)(NSMutableDictionary* result);
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef void(^resultHandler)(NSMutableDictionary *result);
|
|
typedef void(^resultHandler)(NSMutableDictionary *result);
|
|
|
-typedef void(^progressHandler)(double progress);
|
|
|
|
|
|
|
+typedef void(^progressHandler)(NSURLSessionTask *task,double progress);
|
|
|
|
|
|
|
|
@interface NetworkUtils : NSObject
|
|
@interface NetworkUtils : NSObject
|
|
|
+(bool) IsNetworkAvailable;
|
|
+(bool) IsNetworkAvailable;
|