2017-03-09 15:26:28 +00:00
|
|
|
#ifndef RNFirebaseAnalytics_h
|
|
|
|
#define RNFirebaseAnalytics_h
|
|
|
|
|
2017-05-05 08:46:22 +00:00
|
|
|
#import <React/RCTBridgeModule.h>
|
2017-03-09 15:26:28 +00:00
|
|
|
|
|
|
|
@interface RNFirebaseAnalytics : NSObject <RCTBridgeModule> {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|