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