Skip to content

Commit 822ce18

Browse files
authored
modular imports
1 parent 42f084a commit 822ce18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CommonLib/DistantObject/GREYHostApplicationDistantObject.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
#import <Foundation/Foundation.h>
1818

1919
// Use modular imports for CocoaPods release.
20-
/*
21-
#import <eDistantObject/EDOClientService.h>
22-
#import <eDistantObject/EDOHostService.h>
23-
#import <eDistantObject/EDOServicePort.h>
24-
*/
25-
// End CocoaPods modular imports
2620

21+
#import <eDistantObject/EDOClientService.h>
22+
#import <eDistantObject/EDOHostService.h>
23+
#import <eDistantObject/EDOServicePort.h>
24+
25+
// End CocoaPods modular imports
26+
/*
2727
#import "EDOClientService.h"
2828
#import "EDOHostService.h"
2929
#import "EDOServicePort.h"
30-
30+
*/
3131
NS_ASSUME_NONNULL_BEGIN
3232

3333
/**

0 commit comments

Comments
 (0)