This commit is contained in:
Ali
2020-03-21 23:11:21 +04:00
parent a52334046d
commit 2fadeebbfa
3 changed files with 65 additions and 77 deletions

View File

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