14 lines
276 B
C
14 lines
276 B
C
|
//
|
||
|
// NotificationService.h
|
||
|
// NotificationService
|
||
|
//
|
||
|
// Created by Anurodh Pokharel on 9/16/19.
|
||
|
// Copyright © 2019 Monal.im. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UserNotifications/UserNotifications.h>
|
||
|
|
||
|
@interface NotificationService : UNNotificationServiceExtension
|
||
|
|
||
|
@end
|