1234567891011121314151617 |
- //
- // RDSSystemSetCell.h
- // Temperature
- //
- // Created by RD on 2023/1/16.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RDSSystemSetCell : UITableViewCell
- @property (weak, nonatomic) IBOutlet UILabel *titleLab;
- @end
- NS_ASSUME_NONNULL_END
|