// // EqualSpaceFlowLayout.h // tongxin // // Created by WeiChaoZheng on 2018/11/7. // Copyright © 2018年 xTT. All rights reserved. // #import @protocol  EqualSpaceFlowLayoutDelegate @end @interface EqualSpaceFlowLayout :UICollectionViewFlowLayout @property (nonatomic,strong)NSMutableArray *itemAttributes; @property (nonatomic,weak)id delegate; @end