feat:rename collcetion to flowlayout

This commit is contained in:
pengfei.zhou
2019-11-28 15:25:34 +08:00
parent f2b4ba23c4
commit 0031d7a17d
9 changed files with 61 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
//
// Created by pengfei.zhou on 2019/11/28.
//
#import <Foundation/Foundation.h>
#import "DoricSuperNode.h"
@interface DoricFlowLayoutNode : DoricSuperNode<UICollectionView *>
@end