example/ios/notiservice/NotificationService.h (3 lines of code) (raw):
//
// NotificationService.h
// notiservice
//
// Created by 王贇 on 2023/3/9.
//
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end