mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 11:29:13 +08:00
13 lines
175 B
Objective-C
13 lines
175 B
Objective-C
#ifndef RNFirebaseAnalytics_h
|
|
#define RNFirebaseAnalytics_h
|
|
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface RNFirebaseAnalytics : NSObject <RCTBridgeModule> {
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
#endif
|