1234567891011121314151617181920 |
- //
- // Target_Goods.h
- // Asteria
- //
- // Created by 王猛 on 2023/5/8.
- //
- #import <Foundation/Foundation.h>
- 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
|