YXMsgDetailTableViewCell.h 453 B

123456789101112131415161718192021
  1. //
  2. // YXMsgDetailTableViewCell.h
  3. // Temperature
  4. //
  5. // Created by TC on 2025/3/25.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXMsgDetailTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *detailLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *timeLabel;
  13. @property (weak, nonatomic) IBOutlet UIView *colorView;
  14. @end
  15. NS_ASSUME_NONNULL_END