YXFamilyTableViewCell.h 385 B

12345678910111213141516171819
  1. //
  2. // YXFamilyTableViewCell.h
  3. // Temperature
  4. //
  5. // Created by TC on 2025/2/16.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface YXFamilyTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *nameLabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *textLabel;
  12. @property (weak, nonatomic) IBOutlet UIView *lineView;
  13. @end
  14. NS_ASSUME_NONNULL_END