CartCheckTableV.h 581 B

123456789101112131415161718192021222324252627282930
  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 "MyCartCouponCell.h"
  11. #import "MyCartGrandTotalCell.h"
  12. #import "GoodsSizePayMentCell.h"
  13. #import "MyCartGrandTotalCell.h"
  14. #import "MyCartPayTypeCell.h"
  15. #import "ASCheckoutPointApplyCell.h"
  16. #import "ASCheckoutPaymentCell.h"
  17. NS_ASSUME_NONNULL_BEGIN
  18. @interface CartCheckTableV : TT_BaseTableV
  19. @property (nonatomic, assign) BOOL isFlod;
  20. @property (nonatomic,strong) CartTotalsM *totalsM;
  21. @end
  22. NS_ASSUME_NONNULL_END