- //
- // NotificationService.h
- // RADriversNotificationService
- //
- // Created by Jack on 2018/7/13.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import <UserNotifications/UserNotifications.h>
- @interface NotificationService : UNNotificationServiceExtension
- @end
|