From ebd483ee5880131d6602e63ca46cfa49caef2983 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 18 Oct 2018 23:09:39 +0300 Subject: Avatars in notifications --- JuickPush/NotificationService.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 JuickPush/NotificationService.h (limited to 'JuickPush/NotificationService.h') 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 + +@interface NotificationService : UNNotificationServiceExtension + +@end -- cgit v1.2.3