RDSSystemSetCell.h 322 B

123456789101112131415161718
  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. @property (weak, nonatomic) IBOutlet UILabel *versionLabel;
  12. @end
  13. NS_ASSUME_NONNULL_END