ASGoodsCouponCell.h 373 B

12345678910111213141516171819202122232425262728
  1. //
  2. // ASGoodsCouponCell.h
  3. // Asteria
  4. //
  5. // Created by xingyu on 2024/5/20.
  6. //
  7. #import <WMBase/WMBase.h>
  8. #import "GoodsInformationM.h"
  9. @class ASGoodsCouponItemView;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ASGoodsCouponCell : TT_BaseCell
  12. - (void)configData:(id)Data isSelect:(BOOL)isSelect;
  13. @end
  14. @interface ASGoodsCouponItemView : UIView
  15. @end
  16. NS_ASSUME_NONNULL_END