Target_Goods.h 403 B

1234567891011121314151617181920
  1. //
  2. // Target_Goods.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2023/5/8.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface Target_Goods : NSObject
  10. - (UIViewController *)Action_AS_GoodsDetailsC:(NSDictionary *)params;
  11. - (UIViewController *)Action_AS_GoodsSizeC:(NSDictionary *)params;
  12. - (UIViewController *)Action_WriteReview:(NSDictionary *)params;
  13. @end
  14. NS_ASSUME_NONNULL_END