NotificationService.h 206 B

123456789101112
  1. //
  2. // NotificationService.h
  3. // notification
  4. //
  5. // Created by Leon on 2022/6/21.
  6. //
  7. #import <UserNotifications/UserNotifications.h>
  8. @interface NotificationService : UNNotificationServiceExtension
  9. @end