NotificationService.h 247 B

12345678910
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import <UserNotifications/UserNotifications.h>
  6. @interface NotificationService : UNNotificationServiceExtension
  7. @end