Skip to content

Commit 9ba544f

Browse files
authored
Crashlytics remove unnecessary Analytics header (#8269)
We use forward declarations instead, so the header isn't needed. In addition, this was giving errors in the flutter plugin firebase/flutterfire#5900 ``` @protocol FIRAnalyticsInterop; @protocol FIRAnalyticsInteropListener; ```
1 parent f5b4fa3 commit 9ba544f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Crashlytics/Crashlytics/Controllers/FIRCLSAnalyticsManager.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
#import <Foundation/Foundation.h>
1616

17-
#import "Interop/Analytics/Public/FIRAnalyticsInterop.h"
18-
1917
NS_ASSUME_NONNULL_BEGIN
2018

2119
@class FIRCLSSettings;

0 commit comments

Comments
 (0)