13 lines
216 B
Objective-C
13 lines
216 B
Objective-C
//
|
|
// NotificationService.h
|
|
// ImageNotification
|
|
//
|
|
// Created by Nils Weber on 04.02.22.
|
|
//
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|