Skip to content

Commit

Permalink
GREYTestDO modular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfazio authored Aug 5, 2019
1 parent ded05e9 commit 13e6676
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CommonLib/DistantObject/GREYTestApplicationDistantObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
#import <Foundation/Foundation.h>

// Use modular imports for CocoaPods release.
/*
#import <eDistantObject/EDOClientService.h>
#import <eDistantObject/EDOHostService.h>
#import <eDistantObject/EDOServicePort.h>
*/
#import <eDistantObject/EDOClientService.h>
#import <eDistantObject/EDOHostService.h>
#import <eDistantObject/EDOServicePort.h>
// End CocoaPods modular imports

/*
#import "EDOClientService.h"
#import "EDOHostService.h"
#import "EDOServicePort.h"
*/

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 13e6676

Please sign in to comment.