#import "CategoriesDelegate.h"
#import <Foundation/Foundation.h>
@interface CustomDelegate()
@implementation CustomDelegate
- (void) userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void (^)(void))completionHandler{
NSString* identifier = response.actionIdentifier;
NSString* category = response.notification.request.content.categoryIdentifier;
if ([category isEqualToString:@"8864"]){
if ([identifier isEqualToString:@"1"]){
} else if ([identifier isEqualToString:@"2"]){