* [ios] fix compiler warnings

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/30736162
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/30736162
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/30736162

Branch: refs/heads/master
Commit: 3073616241569dda71481150629b1eda58bc74ef
Parents: 8fff8cd
Author: acton393 <zhangxing610...@gmail.com>
Authored: Mon Sep 25 14:47:15 2017 +0800
Committer: acton393 <zhangxing610...@gmail.com>
Committed: Mon Sep 25 14:47:15 2017 +0800

----------------------------------------------------------------------
 .../Sources/Component/RecycleList/WXRecycleListUpdateManager.h   | 1 +
 ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h                | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/30736162/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListUpdateManager.h
----------------------------------------------------------------------
diff --git 
a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListUpdateManager.h 
b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListUpdateManager.h
index 1753b2b..8cad3b7 100644
--- a/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListUpdateManager.h
+++ b/ios/sdk/WeexSDK/Sources/Component/RecycleList/WXRecycleListUpdateManager.h
@@ -18,6 +18,7 @@
  */
 
 #import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
 
 typedef void(^WXRecycleListUpdateCompletion)(BOOL isFinished);
 @class WXRecycleListUpdateManager;

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/30736162/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h 
b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
index 7ff2e01..891844f 100644
--- a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
+++ b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
@@ -136,8 +136,8 @@ extern void WXPerformBlockOnBridgeThread(void (^block)());
  *  @param ref       :   node reference
  *  @param type      :   event type
  *  @param params    :   parameters in event object
- *  @param domChanges:   dom value changes, used for two-way data binding
- *  @param eventArguments : arguments passed to event handler
+ *  @param domChanges   dom value changes, used for two-way data binding
+ *  @param handlerArguments : arguments passed to event handler
  **/
 - (void)fireEvent:(NSString *)instanceId ref:(NSString *)ref type:(NSString 
*)type params:(NSDictionary *)params domChanges:(NSDictionary *)domChanges 
handlerArguments:(NSArray *)handlerArguments;
 

Reply via email to