another.im-ios/Monal/NotificationService/NotificationService.h
2024-11-18 15:53:52 +01:00

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