CartCheckTableV.h 724 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // CartCheckTableV.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2024/2/17.
  6. //
  7. #import <WMBase/WMBase.h>
  8. #import "CartTotalsM.h"
  9. //#import "MyCartItemCell.h"
  10. #import "ASCheckoutGoodsItemCell.h"
  11. #import "MyCartCouponCell.h"
  12. #import "MyCartGrandTotalCell.h"
  13. #import "GoodsSizePayMentCell.h"
  14. #import "MyCartGrandTotalCell.h"
  15. #import "MyCartPayTypeCell.h"
  16. #import "ASCheckoutPointApplyCell.h"
  17. #import "ASCheckoutAddressCell.h"
  18. #import "ASCheckoutShipMethodCell.h"
  19. #import "ASCheckoutPaymentCell.h"
  20. #import "ASCheckoutCommentCell.h"
  21. NS_ASSUME_NONNULL_BEGIN
  22. @interface CartCheckTableV : TT_BaseTableV
  23. @property (nonatomic, assign) BOOL isFlod;
  24. @property (nonatomic,strong) CartTotalsM *totalsM;
  25. @end
  26. NS_ASSUME_NONNULL_END