NotificationService.h 226 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
//
//  NotificationService.h
//  jpushNotificationService
//
//  Created by wuxingchen on 16/10/10.
//
//

#import <UserNotifications/UserNotifications.h>

@interface NotificationService : UNNotificationServiceExtension

@end