You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/22 02:00:04 UTC

[31/50] incubator-weex git commit: * [ios] public a component header file

* [ios] public a component header file


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

Branch: refs/heads/0.12-dev
Commit: 3a1cc0704674a3aaf1f24b2286ce34d7c941b601
Parents: f2241ff
Author: acton393 <zh...@gmail.com>
Authored: Fri Mar 17 21:54:51 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Fri Mar 17 21:54:51 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/WeexSDK.h | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3a1cc070/ios/sdk/WeexSDK/Sources/WeexSDK.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/WeexSDK.h b/ios/sdk/WeexSDK/Sources/WeexSDK.h
index fb88177..2f826b2 100644
--- a/ios/sdk/WeexSDK/Sources/WeexSDK.h
+++ b/ios/sdk/WeexSDK/Sources/WeexSDK.h
@@ -43,6 +43,7 @@
 #import "WXBaseViewController.h"
 #import "WXAppMonitorProtocol.h"
 #import "WXAppConfiguration.h"
+#import "WXAComponent.h"
 #import "NSObject+WXSwizzle.h"
 #import "Layout.h"