feat:add nativeChannel on Android

This commit is contained in:
pengfei.zhou
2019-11-18 16:33:23 +08:00
parent 7d0ecfee52
commit 99c994b11b
7 changed files with 139 additions and 3 deletions

View File

@@ -32,4 +32,6 @@
- (void)setSubModel:(NSDictionary *)model in:(NSString *)viewId;
- (void)clearSubModel;
- (DoricViewNode *)subNodeWithViewId:(NSString *)viewId;
@end