NotificationService.h 274 B

12345678910111213
  1. //
  2. // NotificationService.h
  3. // RADriversNotificationService
  4. //
  5. // Created by Jack on 2018/7/13.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <UserNotifications/UserNotifications.h>
  9. @interface NotificationService : UNNotificationServiceExtension
  10. @end