another.im-ios/Monal/NotificationService/NotificationService.h

14 lines
276 B
C
Raw Permalink Normal View History

2024-11-18 14:53:52 +00:00
//
// 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