diff options
author | Vitaly Takmazov | 2018-10-18 23:09:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-18 23:09:39 +0300 |
commit | ebd483ee5880131d6602e63ca46cfa49caef2983 (patch) | |
tree | 71bf2959f44189f2bee743b9fb803ebb210d88d7 /JuickPush/NotificationService.h | |
parent | 0b32db6c12b5a01c8d1b6e2e8f0d3089c4aa2ae8 (diff) |
Avatars in notifications
Diffstat (limited to 'JuickPush/NotificationService.h')
-rw-r--r-- | JuickPush/NotificationService.h | 13 |
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 |