mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-04-01 00:00:20 +08:00
1.增加 API - addDismissActions 2.增加 API - addNotificationActions 3.增加封装类 NotificationService 4.更新对应文档
14 lines
226 B
Objective-C
14 lines
226 B
Objective-C
//
|
|
// NotificationService.h
|
|
// jpushNotificationService
|
|
//
|
|
// Created by wuxingchen on 16/10/10.
|
|
//
|
|
//
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|