We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded05e9 commit 13e6676Copy full SHA for 13e6676
CommonLib/DistantObject/GREYTestApplicationDistantObject.h
@@ -17,16 +17,16 @@
17
#import <Foundation/Foundation.h>
18
19
// Use modular imports for CocoaPods release.
20
-/*
21
- #import <eDistantObject/EDOClientService.h>
22
- #import <eDistantObject/EDOHostService.h>
23
- #import <eDistantObject/EDOServicePort.h>
24
-*/
+#import <eDistantObject/EDOClientService.h>
+#import <eDistantObject/EDOHostService.h>
+#import <eDistantObject/EDOServicePort.h>
25
// End CocoaPods modular imports
26
+/*
27
#import "EDOClientService.h"
28
#import "EDOHostService.h"
29
#import "EDOServicePort.h"
+*/
30
31
NS_ASSUME_NONNULL_BEGIN
32
0 commit comments