iOS refact DoricLayout

This commit is contained in:
pengfei.zhou
2020-04-03 16:36:43 +08:00
committed by osborn
parent ca6a3284f2
commit abbe0ba377
32 changed files with 540 additions and 761 deletions

View File

@@ -19,7 +19,7 @@
#import "DoricFlowLayoutItemNode.h"
@interface DoricFlowLayoutItemView : DoricStackView
@interface DoricFlowLayoutItemView : UIView
@end
@implementation DoricFlowLayoutItemView
@@ -42,7 +42,7 @@ - (void)initWithSuperNode:(DoricSuperNode *)superNode {
self.reusable = YES;
}
- (DoricStackView *)build {
- (DoricFlowLayoutItemView *)build {
return [DoricFlowLayoutItemView new];
}
@end