summaryrefslogtreecommitdiff
path: root/JuickPush/NotificationService.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-09-16 17:39:47 +0300
committerGravatar Vitaly Takmazov2023-05-14 01:15:35 +0300
commit7165263963d046fe8bd8a8abb542cb0bb34866b9 (patch)
tree8f464b64432aa4b609e7f3b15f5eaa025cf1bd68 /JuickPush/NotificationService.h
parent7a36ade3636ede2781630b2d2d5e77fb82b39d69 (diff)
NotificationService rewritten in Swift, added dummy test target
# Conflicts: # Juick.xcodeproj/project.pbxproj # JuickPush/NotificationService.m
Diffstat (limited to 'JuickPush/NotificationService.h')
-rw-r--r--JuickPush/NotificationService.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/JuickPush/NotificationService.h b/JuickPush/NotificationService.h
deleted file mode 100644
index 91ca27a..0000000
--- a/JuickPush/NotificationService.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// 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