123456789101112131415161718 |
- //
- // ZLCollectionViewLayoutAttributes.h
- // ZLCollectionView
- //
- // Created by zhaoliang chen on 2018/7/9.
- // Copyright © 2018年 zhaoliang chen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ZLCollectionViewLayoutAttributes : UICollectionViewLayoutAttributes
- @property(nonatomic,strong)UIColor* color;
- //- (void)setupView:(ZLCollectionReusableView*)backView;
- @end
|