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 0cf5086 commit 4608953Copy full SHA for 4608953
mParticle-Google-Analytics-Firebase-GA4/MPKitFirebaseGA4Analytics.h
@@ -1,10 +1,13 @@
1
#import <Foundation/Foundation.h>
2
#if defined(__has_include) && __has_include(<mParticle_Apple_SDK/mParticle.h>)
3
#import <mParticle_Apple_SDK/mParticle.h>
4
+ #import <mParticle_Apple_SDK/mParticle_Apple_SDK-Swift.h>
5
#elif defined(__has_include) && __has_include(<mParticle_Apple_SDK_NoLocation/mParticle.h>)
6
#import <mParticle_Apple_SDK_NoLocation/mParticle.h>
7
+ #import <mParticle_Apple_SDK_NoLocation/mParticle_Apple_SDK-Swift.h>
8
#else
9
#import "mParticle.h"
10
+ #import "mParticle_Apple_SDK-Swift.h"
11
#endif
12
13
@interface MPKitFirebaseGA4Analytics : NSObject <MPKitProtocol>
0 commit comments