Newer
Older
Productization_H5_IOS / notice / NotificationService.h
@zhangfeng zhangfeng on 8 Aug 202 bytes commit first
//
//  NotificationService.h
//  notice
//
//  Created by 张丰 on 2023/7/24.
//

#import <UserNotifications/UserNotifications.h>

@interface NotificationService : UNNotificationServiceExtension

@end