You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by xi...@apache.org on 2018/12/13 03:59:06 UTC

[incubator-weex] branch master updated: [iOS] Public WXPerformBlockSyncOnBridgeThread. (#1904)

This is an automated email from the ASF dual-hosted git repository.

xifang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c05ace  [iOS] Public WXPerformBlockSyncOnBridgeThread. (#1904)
3c05ace is described below

commit 3c05aced88dba9a55a2349fb37729b96e26ecc55
Author: wqyfavor <wq...@gmail.com>
AuthorDate: Thu Dec 13 11:59:01 2018 +0800

    [iOS] Public WXPerformBlockSyncOnBridgeThread. (#1904)
---
 ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
index 3422ab0..3386763 100644
--- a/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
+++ b/ios/sdk/WeexSDK/Sources/Manager/WXBridgeManager.h
@@ -27,6 +27,7 @@
 extern "C" {
 #endif
     void WXPerformBlockOnBridgeThread(void (^block)(void));
+    void WXPerformBlockSyncOnBridgeThread(void (^block) (void));
 #ifdef __cplusplus
 }
 #endif