65ed82445b
Also apply some refactor to improve code style
14 lines
275 B
Objective-C
14 lines
275 B
Objective-C
//
|
|
// NotificationService.h
|
|
// EQNNotificationService
|
|
//
|
|
// Refactored by Andrea Busi
|
|
// Copyright © 2020 Earthquake Network. All rights reserved.
|
|
//
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|