Explorar el Código

1.修改Apex Mobile Result,将参数类型改为Mutable。

Pen Li hace 8 años
padre
commit
bef379b8cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/customUI/ResultViewController.h

+ 1 - 1
common/customUI/ResultViewController.h

@@ -38,7 +38,7 @@ UIKIT_EXTERN const int delta;
 @property (strong, nonatomic) NSString *download_query;
 @property (nonatomic,copy) NSString *documentPath;
 @property (nonatomic,assign) NSInteger offset;
-@property (nonatomic,strong) NSDictionary *params;
+@property (nonatomic,strong) NSMutableDictionary *params;
 @property (nonatomic,strong) QLPreviewController *quickLook;
 
 @property (assign) unsigned long default_line_color;