2017-03-09 15:26:28 +00:00
|
|
|
#ifndef RNFirebase_h
|
|
|
|
#define RNFirebase_h
|
2017-08-11 16:07:32 +01:00
|
|
|
#import <Foundation/Foundation.h>
|
2017-03-09 15:26:28 +00:00
|
|
|
|
2017-05-05 09:46:22 +01:00
|
|
|
#import <React/RCTEventEmitter.h>
|
2017-05-09 15:32:37 +01:00
|
|
|
#import <React/RCTBridgeModule.h>
|
2017-03-09 15:26:28 +00:00
|
|
|
|
|
|
|
@interface RNFirebase : RCTEventEmitter <RCTBridgeModule> {
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
#endif
|