Skip to content

Commit

Permalink
modular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfazio authored Jun 27, 2019
1 parent 42f084a commit 822ce18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CommonLib/DistantObject/GREYHostApplicationDistantObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
#import <Foundation/Foundation.h>

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

#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 822ce18

Please sign in to comment.