- //
- // Target_Goods.h
- // Asteria
- //
- // Created by 王猛 on 2023/5/8.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface Target_Goods : NSObject
- - (UIViewController *)Action_GoodsDetailsC:(NSDictionary *)params;
- @end
- NS_ASSUME_NONNULL_END
|