File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ __attribute__((objc_root_class))
30
30
31
31
#endif // __OBJC__
32
32
33
- #import < APINotesFrameworkTest/Classes.h>
34
- #import < APINotesFrameworkTest/Enums.h>
35
- #import < APINotesFrameworkTest/Globals.h>
36
- #import < APINotesFrameworkTest/ImportAsMember.h>
37
- #import < APINotesFrameworkTest/Properties.h>
38
- #import < APINotesFrameworkTest/Protocols.h>
39
- #import < APINotesFrameworkTest/Types.h>
40
- #import < APINotesFrameworkTest/SwiftWrapper.h>
33
+ #include < APINotesFrameworkTest/Classes.h>
34
+ #include < APINotesFrameworkTest/Enums.h>
35
+ #include < APINotesFrameworkTest/Globals.h>
36
+ #include < APINotesFrameworkTest/ImportAsMember.h>
37
+ #include < APINotesFrameworkTest/Properties.h>
38
+ #include < APINotesFrameworkTest/Protocols.h>
39
+ #include < APINotesFrameworkTest/Types.h>
40
+ #include < APINotesFrameworkTest/SwiftWrapper.h>
Original file line number Diff line number Diff line change 1
- #import " app-bridging-header-to-pch.h"
1
+ #include "app-bridging-header-to-pch.h"
2
2
3
3
static inline int unit_test_function (int x ) {
4
4
return x + 28 ;
You can’t perform that action at this time.
0 commit comments