We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b63a1 commit 8598260Copy full SHA for 8598260
lib/ios/RNNotifications.h
@@ -1,6 +1,6 @@
1
-@import UIKit;
+#import <UIKit/UIKit.h>
2
#import <PushKit/PushKit.h>
3
-@import UserNotifications;
+#import <UserNotifications/UserNotifications.h>
4
5
@interface RNNotifications : NSObject
6
0 commit comments