RDSSystemSetCell.h 262 B

1234567891011121314151617
  1. //
  2. // RDSSystemSetCell.h
  3. // Temperature
  4. //
  5. // Created by RD on 2023/1/16.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RDSSystemSetCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titleLab;
  11. @end
  12. NS_ASSUME_NONNULL_END