// // ASGoodsTitlePriceCell.h // Asteria // // Created by xingyu on 2024/5/20. // #import #import "GoodsInformationM.h" NS_ASSUME_NONNULL_BEGIN @interface ASGoodsTitlePriceCell : TT_BaseCell @property (nonatomic, strong) GoodsInformationM *infoModel; @end NS_ASSUME_NONNULL_END