Skip to content

Commit 8598260

Browse files
committed
Fix turbo modules
1 parent 34b63a1 commit 8598260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ios/RNNotifications.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
@import UIKit;
1+
#import <UIKit/UIKit.h>
22
#import <PushKit/PushKit.h>
3-
@import UserNotifications;
3+
#import <UserNotifications/UserNotifications.h>
44

55
@interface RNNotifications : NSObject
66

0 commit comments

Comments
 (0)