File tree Expand file tree Collapse file tree 9 files changed +39
-3
lines changed Expand file tree Collapse file tree 9 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#include < stdatomic.h>
16
16
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
17
20
#import " FBLPromises.h"
21
+ #endif
18
22
19
23
#import " FIRCLSApplication.h"
20
24
#import " FIRCLSDataCollectionArbiter.h"
Original file line number Diff line number Diff line change 14
14
15
15
#import " FIRCLSDataCollectionArbiter.h"
16
16
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
17
20
#import " FBLPromises.h"
21
+ #endif
18
22
19
23
#import " FIRApp.h"
20
24
#import " FIRCLSUserDefaults.h"
Original file line number Diff line number Diff line change 14
14
15
15
#include < stdatomic.h>
16
16
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
17
20
#import " FBLPromises.h"
21
+ #endif
18
22
19
23
#include " FIRCLSCrashedMarkerFile.h"
20
24
#import " FIRCLSDataCollectionArbiter.h"
Original file line number Diff line number Diff line change 14
14
15
15
#import < Foundation/Foundation.h>
16
16
17
- #import " FBLPromise.h"
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
20
+ #import " FBLPromises.h"
21
+ #endif
18
22
19
23
@class FIRCLSApplicationIdentifierModel;
20
24
@class FIRCLSFileManager;
Original file line number Diff line number Diff line change 14
14
15
15
#import " FIRCLSSettings.h"
16
16
17
- #import " FBLPromise.h"
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
20
+ #import " FBLPromises.h"
21
+ #endif
18
22
19
23
#import " FIRCLSApplicationIdentifierModel.h"
20
24
#import " FIRCLSConstants.h"
Original file line number Diff line number Diff line change 14
14
15
15
#import < Foundation/Foundation.h>
16
16
17
- #import " FBLPromise.h"
17
+ #if __has_include(<FBLPromises/FBLPromises.h>)
18
+ #import < FBLPromises/FBLPromises.h>
19
+ #else
20
+ #import " FBLPromises.h"
21
+ #endif
18
22
19
23
@class FIRCLSApplicationIdentifierModel;
20
24
@class FIRCLSDataCollectionToken;
Original file line number Diff line number Diff line change 16
16
17
17
#import < XCTest/XCTest.h>
18
18
19
+ #if __has_include(<FBLPromises/FBLPromises.h>)
20
+ #import < FBLPromises/FBLPromises.h>
21
+ #else
19
22
#import " FBLPromises.h"
23
+ #endif
20
24
21
25
#import " FIRAppFake.h"
22
26
#import " FIRCLSUserDefaults.h"
Original file line number Diff line number Diff line change 17
17
18
18
#import < FirebaseCore/FIRLogger.h>
19
19
20
+ #if __has_include(<FBLPromises/FBLPromises.h>)
21
+ #import < FBLPromises/FBLPromises.h>
22
+ #else
20
23
#import " FBLPromises.h"
24
+ #endif
21
25
22
26
#include " FIRAEvent+Internal.h"
23
27
#include " FIRCLSContext.h"
Original file line number Diff line number Diff line change 17
17
#import < Foundation/Foundation.h>
18
18
#import < XCTest/XCTest.h>
19
19
20
+ #if __has_include(<FBLPromises/FBLPromises.h>)
21
+ #import < FBLPromises/FBLPromises.h>
22
+ #else
20
23
#import " FBLPromises.h"
24
+ #endif
21
25
22
26
#import " FABMockApplicationIdentifierModel.h"
23
27
#import " FIRCLSFileManager.h"
You can’t perform that action at this time.
0 commit comments