Kliko/ios/OneSignalNotificationServiceExtension/NotificationService.h
2024-08-12 13:06:11 +02:00

8 lines
188 B
Objective-C

// NotificationService.h
// OneSignalNotificationServiceExtension
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end