Skip to content

Commit bb5485b

Browse files
committed
remove unused import
close #74 thanks to @Romick2005
1 parent 3d1b675 commit bb5485b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
#import "RNVoipPushNotificationManager.h"
1212

1313
#import <React/RCTBridge.h>
14-
#import <React/RCTConvert.h>
1514
#import <React/RCTEventDispatcher.h>
1615
#import <React/RCTLog.h>
17-
#import <React/RCTUtils.h>
1816

1917
NSString *const RNVoipPushRemoteNotificationsRegisteredEvent = @"RNVoipPushRemoteNotificationsRegisteredEvent";
2018
NSString *const RNVoipPushRemoteNotificationReceivedEvent = @"RNVoipPushRemoteNotificationReceivedEvent";

0 commit comments

Comments
 (0)