aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch/FirebaseAnalytics.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/FirebaseAnalytics.h')
-rw-r--r--patch/FirebaseAnalytics.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/FirebaseAnalytics.h b/patch/FirebaseAnalytics.h
new file mode 100644
index 0000000..72c55c6
--- /dev/null
+++ b/patch/FirebaseAnalytics.h
@@ -0,0 +1,9 @@
+// Firebase Analytics umbrella header for interoperating with open source builds
+// More details at https://github.com/firebase/firebase-ios-sdk#source-pod-integration
+
+#import "FIRAnalytics+AppDelegate.h"
+#import "FIRAnalytics.h"
+#import "FIRAnalyticsSwiftNameSupport.h"
+#import "FIREventNames.h"
+#import "FIRParameterNames.h"
+#import "FIRUserPropertyNames.h"