12345678910111213141516171819202122232425262728 |
- //
- // ASGoodsCouponCell.h
- // Asteria
- //
- // Created by xingyu on 2024/5/20.
- //
- #import <WMBase/WMBase.h>
- #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
|