8 #import <Foundation/Foundation.h>
9 #import <UserNotifications/UserNotifications.h>
11 NS_ASSUME_NONNULL_BEGIN
25 - (void)emuserNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(
void (^)(UNNotificationPresentationOptions options))completionHandler;
36 - (void)emuserNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(
void(^)(
void))completionHandler;
40 +(instancetype _Nonnull ) alloc __attribute__((unavailable("call sharedManager instead")));
41 +(instancetype _Nonnull ) new __attribute__((unavailable("call sharedManager instead")));
42 -(instancetype _Nonnull ) copy __attribute__((unavailable("call sharedManager instead")));
43 -(instancetype _Nonnull ) mutableCopy __attribute__((unavailable("call sharedManager instead")));
44 + (instancetype _Nonnull )sharedManager;
68 - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(
void (^)(UNNotificationPresentationOptions options))completionHandler;
79 - (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(
void(^)(
void))completionHandler;
Definition: EMLocalNotificationManager.h:40
Definition: EMLocalNotificationManager.h:13