CTMediator+UserCenter.h 342 B

123456789101112131415161718192021
  1. //
  2. // CTMediator+UserCenter.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/5.
  6. //
  7. #import <CTMediator/CTMediator.h>
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CTMediator (UserCenter)
  11. /// 个人中心首页
  12. -(UIViewController *)getUserCenterVc:(NSDictionary *)params;
  13. -(Class)userCenterVcClass;
  14. @end
  15. NS_ASSUME_NONNULL_END