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/02/28 02:29:55 UTC

[15/50] incubator-weex git commit: * [ios] remove unused file

* [ios] remove unused 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/88848446
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/88848446
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/88848446

Branch: refs/heads/0.11-dev
Commit: 88848446017548627966e91361b98b8f316ab420
Parents: 7811a5c
Author: acton393 <zh...@gmail.com>
Authored: Wed Feb 22 15:11:31 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Wed Feb 22 15:11:31 2017 +0800

----------------------------------------------------------------------
 ios/playground/WeexDemo.app.zip                 | Bin 2561323 -> 0 bytes
 .../Sources/Protocol/WXJSExceptionProtocol.h    |  21 -------------------
 2 files changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/88848446/ios/playground/WeexDemo.app.zip
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo.app.zip b/ios/playground/WeexDemo.app.zip
deleted file mode 100644
index cef4dca..0000000
Binary files a/ios/playground/WeexDemo.app.zip and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/88848446/ios/sdk/WeexSDK/Sources/Protocol/WXJSExceptionProtocol.h
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Protocol/WXJSExceptionProtocol.h b/ios/sdk/WeexSDK/Sources/Protocol/WXJSExceptionProtocol.h
deleted file mode 100644
index 45b7285..0000000
--- a/ios/sdk/WeexSDK/Sources/Protocol/WXJSExceptionProtocol.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Created by Weex.
- * Copyright (c) 2016, Alibaba, Inc. All rights reserved.
- *
- * This source code is licensed under the Apache Licence 2.0.
- * For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
- */
-
-#import "WXJSExceptionInfo.h"
-
-@protocol WXJSExceptionProtocol<NSObject>
-
-/**
- * report js exception
- *
- * @param exception {@link WXJSException}
- */
-
-- (void)onJSException:(WXJSExceptionInfo *)exception;
-
-@end