mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-07 09:27:42 +08:00
14 lines
222 B
Objective-C
14 lines
222 B
Objective-C
#ifndef RNFirebase_h
|
|
#define RNFirebase_h
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <React/RCTEventEmitter.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface RNFirebase : RCTEventEmitter <RCTBridgeModule> {
|
|
}
|
|
|
|
@end
|
|
|
|
#endif
|