Files
fanyin-ios/QXLive/Third/ZLCollectionViewFlowLayout/ZLCollectionViewLayoutAttributes.h

22 lines
505 B
C
Raw Permalink Normal View History

2025-08-12 14:27:12 +08:00
//
// 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,copy)UIColor* color;
@property(nonatomic,copy)UIImage* image;
//此属性只是header会单独设置其他均直接返回其frame属性
@property(nonatomic,assign,readonly)CGRect orginalFrame;
@end