YXDeviceInfoCell.h 323 B

123456789101112131415161718
  1. //
  2. // YXDeviceInfoCell.h
  3. // Temperature
  4. //
  5. // Created by TC on 2025/2/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXDeviceInfoCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *detailLabel;
  12. @end
  13. NS_ASSUME_NONNULL_END