YXLeftTableViewCell.h 263 B

123456789101112131415161718
  1. //
  2. // YXLeftTableViewCell.h
  3. // Temperature
  4. //
  5. // Created by z on 2025/1/17.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXLeftTableViewCell : UITableViewCell
  10. @property (nonatomic, strong) UILabel *titleLabel;
  11. @end
  12. NS_ASSUME_NONNULL_END