Untitled
swift
a month ago
415 B
0
Indexable
Never
class NotificationService : NetmeraNotificationServiceExtension { override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (_ contentToDeliver: UNNotificationContent) -> Void) { super.didReceive(request, withContentHandler: contentHandler) } override func serviceExtensionTimeWillExpire() { super.serviceExtensionTimeWillExpire() } }