// // Target_Home.m // Asteria // // Created by iOS on 2023/6/5. // #import "Target_Home.h" #import "ASHomeViewController.h" @implementation Target_Home - (UIViewController *)Action_getHomeVc:(NSDictionary *)params { ASHomeViewController *vc = [[ASHomeViewController alloc] init]; return vc; } @end