remove unnecessary import from analytics

This commit is contained in:
Omer Levy 2017-10-01 03:06:31 +03:00
parent af4ce2a2ca
commit 814f2d921d
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#if __has_include(<FirebaseAnalytics/FIRAnalytics.h>)
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
@interface RNFirebaseAnalytics : NSObject <RCTBridgeModule> {