8 lines
188 B
Objective-C
8 lines
188 B
Objective-C
// NotificationService.h
|
|
// OneSignalNotificationServiceExtension
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|