|
@@ -1,23 +0,0 @@
|
|
|
-//
|
|
|
-// CTMediator+Targets.m
|
|
|
-// WMBase
|
|
|
-//
|
|
|
-// Created by 王猛 on 2023/5/5.
|
|
|
-//
|
|
|
-
|
|
|
-#import "CTMediator+Targets.h"
|
|
|
-
|
|
|
-@implementation CTMediator (Targets)
|
|
|
--(UIViewController *)Goods_GoodsDetaileC:(NSDictionary *)params{
|
|
|
- return [self performTarget:@"Goods" action:@"GoodsDetaileC" params:params shouldCacheTarget:NO];
|
|
|
-}
|
|
|
-
|
|
|
--(UIViewController *)Login_LoginC:(NSDictionary *)params{
|
|
|
- return [self performTarget:@"Login" action:@"AS_LoginC" params:params shouldCacheTarget:NO];
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
--(UIViewController *)B_viewControllerWithContentText:(NSDictionary *)params{
|
|
|
- return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
|
|
|
-}
|
|
|
-@end
|