Home weex - wxbridgemanager
Post
Cancel

weex - wxbridgemanager

bridgeCtx

1
2
3
4
5
6
7
- (WXBridgeContext *)bridgeCtx {
    if (_bridgeCtx) {
        return _bridgeCtx;
    }
    _bridgeCtx = [[WXBridgeContext alloc] init];
    return _bridgeCtx;
}
This post is licensed under CC BY 4.0 by the author.