// // YXDeviceCollectionViewCell.h // Temperature // // Created by z on 2025/1/17. // #import NS_ASSUME_NONNULL_BEGIN @interface YXDeviceCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *picImgView; @property (nonatomic, strong) UILabel *textLabel; @end NS_ASSUME_NONNULL_END