Skip to content

Commit acae12d

Browse files
fix: missing pushkit import
1 parent d1feacb commit acae12d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#import <Foundation/Foundation.h>
1111
#import <React/RCTBridgeModule.h>
1212
#import <React/RCTEventEmitter.h>
13+
#import <PushKit/PushKit.h>
1314

1415
@interface RNVoipPushNotificationManager : RCTEventEmitter <RCTBridgeModule>
1516

0 commit comments

Comments
 (0)