Przeglądaj źródła

1.修改RA Image iOS上传网络状态检查。

Pen Li 8 lat temu
rodzic
commit
d5000b528a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      RedAnt ERP Mobile/common/NetworkUtils.h

+ 1 - 1
RedAnt ERP Mobile/common/NetworkUtils.h

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