File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FirebaseCore/Sources/Private Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
#import < Foundation/Foundation.h>
17
17
18
18
// The has_include is a workaround so the old IID needed for the FIS tests can find the headers.
19
- #if __has_include("FirebaseCore/Sources/Private/FIRErrors .h")
19
+ #if __has_include("FirebaseCore/Sources/Private/FIRComponentType .h")
20
20
#import " FirebaseCore/Sources/Private/FIRComponentType.h"
21
21
#import " FirebaseCore/Sources/Private/FIRLibrary.h"
22
22
#else
Original file line number Diff line number Diff line change 20
20
#import < Foundation/Foundation.h>
21
21
22
22
// The has_include is a workaround so the old IID needed for the FIS tests can find the headers.
23
- #if __has_include("FirebaseCore/Sources/Private/FIRErrors .h")
23
+ #if __has_include("FirebaseCore/Sources/Private/FIRComponent .h")
24
24
#import " FirebaseCore/Sources/Private/FIRComponent.h"
25
25
#else
26
26
#import < FirebaseCore/FIRComponent.h>
You can’t perform that action at this time.
0 commit comments