wangmeng před 2 roky
rodič
revize
aced605233

+ 0 - 22
WMBase/WMBase/CTMediatoaTargets/CTMediator+Targets.h

@@ -1,22 +0,0 @@
-//
-//  CTMediator+Targets.h
-//  WMBase
-//
-//  Created by 王猛 on 2023/5/5.
-//
-
-#import <CTMediator/CTMediator.h>
-#import <UIKit/UIKit.h>
-NS_ASSUME_NONNULL_BEGIN
-
-@interface CTMediator (Targets)
--(UIViewController *)B_viewControllerWithContentText:(NSDictionary *)params;
-
-///商品详情页面
--(UIViewController *)Goods_GoodsDetaileC:(NSDictionary *)params;
-
-///登录页面
--(UIViewController *)Login_LoginC:(NSDictionary *)params;
-@end
-
-NS_ASSUME_NONNULL_END

+ 0 - 23
WMBase/WMBase/CTMediatoaTargets/CTMediator+Targets.m

@@ -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

+ 0 - 2
WMBase/WMBase/WMBase.h

@@ -16,7 +16,6 @@
 #import <WMBase/UC_CommonmoduleNetWork.h>
 #import <WMBase/UC_CommonmoduleTool.h>
 #import <WMBase/UCMBaseC.h>
-#import <WMBase/CTMediator+Targets.h>
 #import <WMBase/TT_GeneralProfile.h>
 
 
@@ -28,7 +27,6 @@
 #import "UC_CommonmoduleNetWork.h"
 #import "UC_CommonmoduleTool.h"
 #import "UCMBaseC.h"
-#import "CTMediator+Targets.h"
 #import "TT_GeneralProfile.h"
 #endif