// // Target_Goods.h // Asteria // // Created by 王猛 on 2023/5/8. // #import NS_ASSUME_NONNULL_BEGIN @interface Target_Goods : NSObject - (UIViewController *)Action_AS_GoodsDetailsC:(NSDictionary *)params; - (UIViewController *)Action_AS_GoodsSizeC:(NSDictionary *)params; - (UIViewController *)Action_WriteReview:(NSDictionary *)params; @end NS_ASSUME_NONNULL_END