blob: 91ca27a6352ee814f7b764563a90104e2b2ef768 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// NotificationService.h
// JuickPush
//
// Created by Vitaly Takmazov on 18/10/2018.
// Copyright © 2018 com.juick. All rights reserved.
//
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end
|