13 lines
169 B
C
13 lines
169 B
C
|
#ifndef RNFirebaseAnalytics_h
|
||
|
#define RNFirebaseAnalytics_h
|
||
|
|
||
|
#import "RCTBridgeModule.h"
|
||
|
|
||
|
@interface RNFirebaseAnalytics : NSObject <RCTBridgeModule> {
|
||
|
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|