// // Target_Home.h // Asteria // // Created by iOS on 2023/6/5. // #import NS_ASSUME_NONNULL_BEGIN @interface Target_Home : NSObject - (UIViewController *)Action_getHomeVc:(NSDictionary *)params; /** - params: { "type":typeId, //String "title":titleStr,//String "searchKey":keyword,//String "secondTime": secondTime,// NSNumber, "pointGetType":pointGetType,//NSNumber } */ - (UIViewController *)Action_getProductListVc:(NSDictionary *)params; @end NS_ASSUME_NONNULL_END