// // ASGoodsCouponCell.h // Asteria // // Created by xingyu on 2024/5/20. // #import #import "GoodsInformationM.h" @class ASGoodsCouponItemView; NS_ASSUME_NONNULL_BEGIN @interface ASGoodsCouponCell : TT_BaseCell - (void)configData:(id)Data isSelect:(BOOL)isSelect; @end @interface ASGoodsCouponItemView : UIView @end NS_ASSUME_NONNULL_END