- //
- // CTMediator+UserCenter.m
- // Asteria
- //
- // Created by iOS on 2023/6/5.
- //
- #import "CTMediator+UserCenter.h"
- @implementation CTMediator (UserCenter)
- -(UIViewController *)getUserCenterVc:(NSDictionary *)params{
- return [self performTarget:@"userCenter" action:@"getUserCenterVc" params:params shouldCacheTarget:NO];
- }
- @end
|