Repository: incubator-weex
Updated Branches:
  refs/heads/0.12-dev 51ba98801 -> 68b2b5710


* [ios] fix bug ci


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

Branch: refs/heads/0.12-dev
Commit: acb310fedc542c4dcc0ed95d6c5aaf94d9f08fa3
Parents: 5b1126a
Author: 齐山 <sunjjb...@163.com>
Authored: Mon Apr 10 11:45:07 2017 +0800
Committer: 齐山 <sunjjb...@163.com>
Committed: Mon Apr 10 11:45:07 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/acb310fe/ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h 
b/ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h
index cafa1ba..cf80c5f 100644
--- a/ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h
+++ b/ios/sdk/WeexSDK/Sources/Protocol/WXBridgeProtocol.h
@@ -44,13 +44,12 @@ typedef void (^WXJSCallNativeComponent)(NSString 
*instanceId, NSString *componen
  */
 - (void)resetEnvironment;
 
+@optional
 /**
  * Remove instance's timer.
  */
 -(void)removeTimers:(NSString *)instance;
 
-@optional
-
 /**
  * Called when garbage collection is wanted by sdk.
  */

Reply via email to