From acae12d7a924fac466939becc210907719467a73 Mon Sep 17 00:00:00 2001 From: Wanderson sousa Date: Tue, 9 May 2023 16:48:45 -0300 Subject: [PATCH] fix: missing pushkit import --- ios/RNVoipPushNotification/RNVoipPushNotificationManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/RNVoipPushNotification/RNVoipPushNotificationManager.h b/ios/RNVoipPushNotification/RNVoipPushNotificationManager.h index ea116a8..054ef59 100644 --- a/ios/RNVoipPushNotification/RNVoipPushNotificationManager.h +++ b/ios/RNVoipPushNotification/RNVoipPushNotificationManager.h @@ -10,6 +10,7 @@ #import #import #import +#import @interface RNVoipPushNotificationManager : RCTEventEmitter