add view id display

This commit is contained in:
王劲鹏
2021-07-15 14:51:19 +08:00
committed by osborn
parent 269f83775b
commit c49bfadb9c
4 changed files with 57 additions and 38 deletions

View File

@@ -38,4 +38,6 @@
- (DoricViewNode *)subNodeWithViewId:(NSString *)viewId;
- (void)recursiveMixin:(NSDictionary *)srcModel to:(NSMutableDictionary *)targetModel;
@end
- (NSArray *)getSubNodeViewIds;
@end