Skip to content

Commit 671b604

Browse files
authored
Merge pull request #104 from wandersonsousa/master
fix: missing pushkit import
2 parents 6239f24 + acae12d commit 671b604

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)