mirror of
https://github.com/status-im/react-native-firebase.git
synced 2026-08-31 14:11:12 +00:00
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
|