mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-08 19:56:52 +08: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
|