iOS refact DoricLayout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user