File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ios/RNVoipPushNotification Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99#import < Foundation/Foundation.h>
1010
11- #import " RCTBridgeModule.h"
11+ #import < React/ RCTBridgeModule.h>
1212
1313@interface RNVoipPushNotificationManager : NSObject <RCTBridgeModule>
1414
Original file line number Diff line number Diff line change 99#import < PushKit/PushKit.h>
1010#import " RNVoipPushNotificationManager.h"
1111
12- #import " RCTBridge.h"
13- #import " RCTConvert.h"
14- #import " RCTEventDispatcher.h"
15- #import " RCTUtils.h"
12+ #import < React/ RCTBridge.h>
13+ #import < React/ RCTConvert.h>
14+ #import < React/ RCTEventDispatcher.h>
15+ #import < React/ RCTUtils.h>
1616
1717NSString *const RNVoipRemoteNotificationsRegistered = @" voipRemoteNotificationsRegistered" ;
1818NSString *const RNVoipLocalNotificationReceived = @" voipLocalNotificationReceived" ;
You can’t perform that action at this time.
0 commit comments