14 lines
276 B
Objective-C
14 lines
276 B
Objective-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
|