103846faaSStanisław Chmiela // Copyright 2018-present 650 Industries. All rights reserved. 203846faaSStanisław Chmiela 3*efd75decSTomasz Sapeta #import <ExpoModulesCore/EXExportedModule.h> 4*efd75decSTomasz Sapeta #import <ExpoModulesCore/EXEventEmitter.h> 5*efd75decSTomasz Sapeta #import <ExpoModulesCore/EXModuleRegistryConsumer.h> 603846faaSStanisław Chmiela 703846faaSStanisław Chmiela #import <EXNotifications/EXNotificationsDelegate.h> 803846faaSStanisław Chmiela #import <EXNotifications/EXSingleNotificationHandlerTask.h> 903846faaSStanisław Chmiela 10*efd75decSTomasz Sapeta @interface EXNotificationsHandlerModule : EXExportedModule <EXEventEmitter, EXModuleRegistryConsumer, EXNotificationsDelegate, EXSingleNotificationHandlerTaskDelegate> 1103846faaSStanisław Chmiela 1203846faaSStanisław Chmiela @end 13