Target_Goods.h 266 B

12345678910111213141516
  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_GoodsDetailsC:(NSDictionary *)params;
  11. @end
  12. NS_ASSUME_NONNULL_END