File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8
8
#define Firestack_h
9
9
10
10
#import < UIKit/UIKit.h>
11
- #import " RCTBridgeModule.h"
12
- #import " RCTEventDispatcher.h"
13
- #import " RCTEventEmitter.h"
11
+ #import < React/ RCTBridgeModule.h>
12
+ #import < React/ RCTEventDispatcher.h>
13
+ #import < React/ RCTEventEmitter.h>
14
14
15
15
@interface Firestack : RCTEventEmitter <RCTBridgeModule> {
16
16
}
Original file line number Diff line number Diff line change 9
9
#ifndef FirestackAnalytics_h
10
10
#define FirestackAnalytics_h
11
11
12
- #import " RCTBridgeModule.h"
12
+ #import < React/ RCTBridgeModule.h>
13
13
14
14
@interface FirestackAnalytics : NSObject <RCTBridgeModule> {
15
15
Original file line number Diff line number Diff line change 10
10
#define FirestackAuth_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
15
16
16
@interface FirestackAuth : RCTEventEmitter <RCTBridgeModule> {
17
17
FIRAuthStateDidChangeListenerHandle authListenerHandle;
Original file line number Diff line number Diff line change 10
10
#define FirestackCloudMessaging_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
15
- #import " RCTUtils.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
+ #import < React/ RCTUtils.h>
16
16
17
17
@interface FirestackCloudMessaging : RCTEventEmitter <RCTBridgeModule> {
18
18
Original file line number Diff line number Diff line change 10
10
#define FirestackDatabase_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTEventEmitter.h"
14
- #import " RCTBridgeModule.h"
13
+ #import < React/ RCTEventEmitter.h>
14
+ #import < React/ RCTBridgeModule.h>
15
15
16
16
@interface FirestackDatabase : RCTEventEmitter <RCTBridgeModule> {
17
17
Original file line number Diff line number Diff line change 9
9
#ifndef FirestackErrors_h
10
10
#define FirestackErrors_h
11
11
12
- #import " RCTBridgeModule.h"
12
+ #import < React/ RCTBridgeModule.h>
13
13
#import " Firebase.h"
14
14
15
15
@interface FirestackErrors : NSObject <RCTBridgeModule> {
Original file line number Diff line number Diff line change 10
10
#define FirestackStorage_h
11
11
12
12
#import " Firebase.h"
13
- #import " RCTBridgeModule.h"
14
- #import " RCTEventEmitter.h"
13
+ #import < React/ RCTBridgeModule.h>
14
+ #import < React/ RCTEventEmitter.h>
15
15
16
16
@interface FirestackStorage : RCTEventEmitter <RCTBridgeModule> {
17
17
You can’t perform that action at this time.
0 commit comments