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