Update notification icon

This commit is contained in:
Maarten 2024-08-12 13:06:11 +02:00
parent 463f8e6bac
commit f8cbcb2908
16 changed files with 316 additions and 35 deletions

View file

@ -0,0 +1,8 @@
// NotificationService.h
// OneSignalNotificationServiceExtension
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end