Files
fanyin-ios/QXLive/Third/ZLCollectionViewFlowLayout/ZLCollectionViewLayoutAttributes.h
2025-08-12 14:27:12 +08:00

22 lines
505 B
Objective-C
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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