Swiftgram/Telegram/NotificationServiceNext/NotificationServiceNext.swift
2020-03-21 23:11:21 +04:00

9 lines
191 B
Swift

import Foundation
import UserNotifications
@available(iOSApplicationExtension 10.0, *)
@objc(NotificationService)
public final class NotificationService: UNNotificationServiceExtension {
}