Skip to content

Commit

Permalink
Merge pull request #104 from wandersonsousa/master
Browse files Browse the repository at this point in the history
fix: missing pushkit import
  • Loading branch information
zxcpoiu authored Jul 26, 2023
2 parents 6239f24 + acae12d commit 671b604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNVoipPushNotification/RNVoipPushNotificationManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
#import <PushKit/PushKit.h>

@interface RNVoipPushNotificationManager : RCTEventEmitter <RCTBridgeModule>

Expand Down

0 comments on commit 671b604

Please sign in to comment.