YXDeviceCollectionViewCell.h 335 B

123456789101112131415161718
  1. //
  2. // YXDeviceCollectionViewCell.h
  3. // Temperature
  4. //
  5. // Created by z on 2025/1/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXDeviceCollectionViewCell : UICollectionViewCell
  10. @property (nonatomic, strong) UIImageView *picImgView;
  11. @property (nonatomic, strong) UILabel *textLabel;
  12. @end
  13. NS_ASSUME_NONNULL_END