// // GoodsSizePayMentCell.h // Asteria // // Created by 王猛 on 2024/1/24. // #import NS_ASSUME_NONNULL_BEGIN @interface GoodsSizePayMentCellData :NSObject ///支付方式 @property (nonatomic, strong) NSMutableArray *paytypeAry; @property (nonatomic, assign) CGFloat final_prices_f; @property (nonatomic, copy) NSString *currency_symbol; @end @interface GoodsSizePayMentCell : TT_BaseCell @end NS_ASSUME_NONNULL_END