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

@@ -122,4 +122,7 @@ - (void)clearSubModel {
[self.subNodes removeAllObjects];
}
- (DoricViewNode *)subNodeWithViewId:(NSString *)viewId {
return nil;
}
@end