#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
#import <PushIOManager/PushIOManager.h>
#import <PushIOManager/PushIOManager+PushIOLocation.h>
#import <PushIOManager/PIOPreference.h>
#import <PushIOManager/PIOMCMessage.h>
#import <PushIOManager/PIONotificationCategory.h>
#import <UserNotifications/UserNotifications.h>

@interface Responsys : RCTEventEmitter <RCTBridgeModule, UNUserNotificationCenterDelegate>

@end
