// // Cart_CheckoutC.m // Asteria // // Created by 王猛 on 2024/2/16. // #import "Cart_CheckoutC.h" #import "CartCheckTableV.h" @interface Cart_CheckoutC () @property (nonatomic, strong) CartCheckTableV *TableV; @end @implementation Cart_CheckoutC - (void)viewDidLoad { [super viewDidLoad]; self.title = @"Checkout"; } - (void)initSubviews { [super initSubviews]; IPhoneXHeigh [self setupTableV:[CartCheckTableV class] Frame:CGRectMake(0, securitytop_Y , KScreenWidth, security_H)]; } #pragma mark - **************** reqNet **************** @end