iOS add View Node
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricGroupNode : DoricViewNode<UIView *>
|
||||
|
||||
@property (nonatomic,strong) NSMutableDictionary *children;
|
||||
|
||||
- (void)blendChild:(DoricViewNode *)child layoutConfig:(NSDictionary *)layoutconfig;
|
||||
|
||||
- (LayoutParams *)generateDefaultLayoutParams;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Reference in New Issue
Block a user