Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
close #74 thanks to @Romick2005
  • Loading branch information
zxcpoiu committed Jan 15, 2021
1 parent 3d1b675 commit bb5485b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/RNVoipPushNotification/RNVoipPushNotificationManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
#import "RNVoipPushNotificationManager.h"

#import <React/RCTBridge.h>
#import <React/RCTConvert.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>

NSString *const RNVoipPushRemoteNotificationsRegisteredEvent = @"RNVoipPushRemoteNotificationsRegisteredEvent";
NSString *const RNVoipPushRemoteNotificationReceivedEvent = @"RNVoipPushRemoteNotificationReceivedEvent";
Expand Down

0 comments on commit bb5485b

Please sign in to comment.