feat:add reusable in groupnode for iOS
This commit is contained in:
@@ -30,12 +30,13 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@interface DoricViewNode <V:UIView *> : DoricContextHolder
|
||||
|
||||
@property(nonatomic, strong) V view;
|
||||
|
||||
@property(nonatomic, weak) DoricSuperNode *superNode;
|
||||
@property(nonatomic) NSInteger index;
|
||||
|
||||
@property(nonatomic, copy) NSString *viewId;
|
||||
|
||||
@property(nonatomic, copy) NSString *type;
|
||||
|
||||
@property(nonatomic, readonly) DoricLayoutConfig *layoutConfig;
|
||||
|
||||
@property(nonatomic, readonly) NSArray<NSString *> *idList;
|
||||
|
||||
Reference in New Issue
Block a user