Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzhiwei committed Aug 12, 2018
1 parent 1af82ab commit e3675df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions IQUITestCodeMaker/IQUITestCodeMakerGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@

#import <Foundation/Foundation.h>
#import "IQUITestProtocol.h"
#import "GCDWebServer.h"

@class IQUITestCodeMakerFactory;
@class IQUITestCodeMakerFactory,GCDWebServer;

void IQRuntimeMethodExchange(Class aClass, SEL oldSEL, SEL newSEL);

@interface IQUITestCodeMakerGenerator : NSObject<IQUITestProtocol,GCDWebServerDelegate>
@interface IQUITestCodeMakerGenerator : NSObject<IQUITestProtocol>

@property (nonatomic, strong, readonly) IQUITestCodeMakerFactory *factory;
@property (nonatomic, strong, readonly) GCDWebServer *webServer;
Expand Down
3 changes: 2 additions & 1 deletion IQUITestCodeMaker/IQUITestCodeMakerGenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#import <UIKit/UIKit.h>
#import "IQUITestDebugBall.h"
#import "IQUITestCodeMakerCapabilities.h"
#import "GCDWebServer.h"

static IQUITestCodeMakerGenerator *persistent = nil;
static NSString *const kAutoSetIdentifier = @"[A]";
Expand Down Expand Up @@ -742,7 +743,7 @@ - (BOOL)IQ_sendAction:(SEL)action to:(id)target from:(id)sender forEvent:(UIEven

#pragma mark--IQUITestCodeMakerGenerator--

@interface IQUITestCodeMakerGenerator ()
@interface IQUITestCodeMakerGenerator ()<GCDWebServerDelegate>

@property (nonatomic, strong, readwrite) IQUITestCodeMakerFactory *factory;
@property (nonatomic, strong, readwrite) GCDWebServer *webServer;
Expand Down
1 change: 1 addition & 0 deletions IQUITestCodeMaker/IQUITestDebugServerInfoModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#import "IQUITestDebugServerInfoModel.h"
#import "IQUITestCodeMakerGenerator.h"
#import "GCDWebServer.h"

@interface IQUITestDebugServerInfoModel ()

Expand Down
1 change: 1 addition & 0 deletions IQUITestCodeMaker/UIApplication+IQGlobalHook.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import "IQUITestCodeMakerGenerator.h"
#import "IQUITestCodeMaker.h"
#import "IQUITestProtocol.h"
#import "GCDWebServer.h"

@implementation UIApplication (IQGlobalHook)

Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ DEPENDENCIES:
SPEC CHECKSUMS:
GCDWebServer: 8d67ee9f634b4bb91eb4b8aee440318a5fc6debd

PODFILE CHECKSUM: f3fe23446d19cde573d8a261652d93e25afcf79f
PODFILE CHECKSUM: b4eb569bff31e57ada618741f8e744e8ddbf9d36

COCOAPODS: 1.3.1

0 comments on commit e3675df

Please sign in to comment.