RDSHomeListCell.h 279 B

1234567891011121314151617
  1. //
  2. // RDSHomeListCell.h
  3. // Temperature
  4. //
  5. // Created by RD on 2022/12/3.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "RDSHomeModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RDSHomeListCell : UITableViewCell
  11. @property (nonatomic, strong) RDSHomeModel *model;
  12. @end
  13. NS_ASSUME_NONNULL_END