| 12345678910111213141516171819202122232425262728293031323334 | ////  CartCheckTableV.h//  Asteria////  Created by 王猛 on 2024/2/17.//#import <WMBase/WMBase.h>#import "CartTotalsM.h"//#import "MyCartItemCell.h"#import "ASCheckoutGoodsItemCell.h"#import "MyCartCouponCell.h"#import "MyCartGrandTotalCell.h"#import "GoodsSizePayMentCell.h"#import "MyCartGrandTotalCell.h"#import "MyCartPayTypeCell.h"#import "ASCheckoutPointApplyCell.h"#import "ASCheckoutAddressCell.h"#import "ASCheckoutShipMethodCell.h"#import "ASCheckoutPaymentCell.h"#import "ASCheckoutCommentCell.h"NS_ASSUME_NONNULL_BEGIN@interface CartCheckTableV : TT_BaseTableV@property (nonatomic, assign) BOOL isFlod;@property (nonatomic,strong) CartTotalsM *totalsM;@endNS_ASSUME_NONNULL_END
 |