13 lines
216 B
Objective-C
13 lines
216 B
Objective-C
//
|
|
// NotificationService.h
|
|
// HoleNotification
|
|
//
|
|
// Created by wujiangwei on 2022/5/26.
|
|
//
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|