Skip to content

Commit 13e6676

Browse files
authored
GREYTestDO modular imports
1 parent ded05e9 commit 13e6676

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CommonLib/DistantObject/GREYTestApplicationDistantObject.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
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-
*/
20+
#import <eDistantObject/EDOClientService.h>
21+
#import <eDistantObject/EDOHostService.h>
22+
#import <eDistantObject/EDOServicePort.h>
2523
// End CocoaPods modular imports
2624

25+
/*
2726
#import "EDOClientService.h"
2827
#import "EDOHostService.h"
2928
#import "EDOServicePort.h"
29+
*/
3030

3131
NS_ASSUME_NONNULL_BEGIN
3232

0 commit comments

Comments
 (0)