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