// // YXLeftTableViewCell.h // Temperature // // Created by z on 2025/1/17. // #import NS_ASSUME_NONNULL_BEGIN @interface YXLeftTableViewCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @end NS_ASSUME_NONNULL_END