summaryrefslogtreecommitdiff
path: root/JuickPush/NotificationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'JuickPush/NotificationService.h')
-rw-r--r--JuickPush/NotificationService.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/JuickPush/NotificationService.h b/JuickPush/NotificationService.h
new file mode 100644
index 0000000..91ca27a
--- /dev/null
+++ b/JuickPush/NotificationService.h
@@ -0,0 +1,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