mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Experimental min OS version patching
This commit is contained in:
@@ -5,7 +5,7 @@ import NotificationServiceObjC
|
||||
|
||||
private let queue = Queue()
|
||||
|
||||
@available(iOSApplicationExtension 10.0, *)
|
||||
@available(iOSApplicationExtension 10.0, iOS 10.0, *)
|
||||
@objc(NotificationService)
|
||||
final class NotificationService: UNNotificationServiceExtension {
|
||||
private let impl: QueueLocalObject<NotificationServiceImpl>
|
||||
|
||||
Reference in New Issue
Block a user