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