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