File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
FirebaseInAppMessaging/Sources Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- // This file contains declarations that should go into FirebaseCore when
18- // Firebase InAppMessagingDisplay is merged into main. Keep them separate now to help
19- // with build from development folder and avoid merge conflicts.
17+ #import < Foundation/Foundation.h>
2018
2119extern NSString *kFIRLoggerInAppMessagingDisplay ;
2220
Original file line number Diff line number Diff line change 1717#import < TargetConditionals.h>
1818#if TARGET_OS_IOS
1919
20+ @import FirebaseCoreExtension;
2021@import FirebaseCoreInternal;
2122#if SWIFT_PACKAGE
2223@import FirebaseCoreInternalObjC;
Original file line number Diff line number Diff line change 3030#import " FirebaseInAppMessaging/Sources/Private/Runtime/FIRIAMRuntimeManager.h"
3131#import " FirebaseInAppMessaging/Sources/Private/Runtime/FIRInAppMessaging+Bootstrap.h"
3232
33+ @import FirebaseCoreInternal;
34+ @import FirebaseCoreExtension;
35+
3336static BOOL _autoBootstrapOnFIRAppInit = YES ;
3437
3538@implementation FIRInAppMessaging {
You can’t perform that action at this time.
0 commit comments