Files
eqn.ios/Sources/EQNNotificationService/NotificationService.h
Andrea Busi 4d8bbdc7ef Production version
Add to Git the current app version (the same available in the OriginalZip folder)
2020-07-24 15:33:53 +02:00

14 lines
280 B
Objective-C

//
// NotificationService.h
// EQNNotificationService
//
// Created by Luca Beretta on 19/12/18.
// Copyright © 2018 Luca Beretta. All rights reserved.
//
#import <UserNotifications/UserNotifications.h>
@interface NotificationService : UNNotificationServiceExtension
@end