KWMineHomeOrderListCell.h 361 B

12345678910111213141516171819202122
  1. //
  2. // KWMineHomeOrderListCell.h
  3. // westkissMob
  4. //
  5. // Created by iOS on 2022/9/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "KWMineHomeOrderModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KWMineHomeOrderListCell : UITableViewCell
  11. @property (nonatomic, copy) btnClickBlock viewOrderCall;
  12. - (void)setData:(KWMineHomeOrderModel *)model;
  13. @end
  14. NS_ASSUME_NONNULL_END