Skip to content

Commit

Permalink
Fix turbo modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Aug 5, 2020
1 parent 34b63a1 commit 8598260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ios/RNNotifications.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import UIKit;
#import <UIKit/UIKit.h>
#import <PushKit/PushKit.h>
@import UserNotifications;
#import <UserNotifications/UserNotifications.h>

@interface RNNotifications : NSObject

Expand Down

0 comments on commit 8598260

Please sign in to comment.