Target_userCenter.h 276 B

12345678910111213141516
  1. //
  2. // Target_userCenter.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/5/16.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface Target_userCenter : NSObject
  10. - (UIViewController *)Action_getUserCenterVc:(NSDictionary *)params;
  11. @end
  12. NS_ASSUME_NONNULL_END