NotificationService.h 258 Bytes
Newer Older
zhukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  NotificationService.h
//  PushService
//
//  Created by 凯朱 on 2019/7/16.
//  Copyright © 2019 徐阳. All rights reserved.
//

#import <UserNotifications/UserNotifications.h>

@interface NotificationService : UNNotificationServiceExtension

@end