cdts/xdts-ios 3/TreeHole/CYHResetCode/Home(首页)/View/THBottleInfoImagesCollectionCell.h

25 lines
439 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// THBottleInfoImagesCollectionCell.h
// TreeHole
//
// Created by iOS on 2023/2/10.
// Copyright © 2023 CYH. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface THBottleInfoImagesCollectionCell : UICollectionViewCell
///是否显示磨砂效果
@property(nonatomic, assign)BOOL isShowEffect;
///支持UIImage / NSString / NSURL
@property(nonatomic, strong)id img;
@end
NS_ASSUME_NONNULL_END