1 // Copyright 2018-present 650 Industries. All rights reserved. 2 3 #import <UMCore/UMExportedModule.h> 4 #import <UMCore/UMEventEmitter.h> 5 #import <UMCore/UMModuleRegistryConsumer.h> 6 7 #import <EXNotifications/EXNotificationsDelegate.h> 8 #import <EXNotifications/EXSingleNotificationHandlerTask.h> 9 10 @interface EXNotificationsHandlerModule : UMExportedModule <UMEventEmitter, UMModuleRegistryConsumer, EXNotificationsDelegate, EXSingleNotificationHandlerTaskDelegate> 11 12 @end 13