mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
13 lines
215 B
Objective-C
13 lines
215 B
Objective-C
//
|
|
// NotificationService.h
|
|
// ImageNotifi
|
|
//
|
|
// Created by Feruz Muradov on 2023-10-09.
|
|
//
|
|
|
|
#import <UserNotifications/UserNotifications.h>
|
|
|
|
@interface NotificationService : UNNotificationServiceExtension
|
|
|
|
@end
|