// // Target_Cart.m // Asteria // // Created by 王猛 on 2024/1/29. // #import "Target_Cart.h" #import "Cart_MyCartC.h" @implementation Target_Cart - (UIViewController *)Action_Cart_MyCartC:(NSDictionary *)params{ Cart_MyCartC *vc = [[Cart_MyCartC alloc]init]; return vc; } @end