//
//  WEInboxReact.h
//  WebEngage Inbox React Native Module
//

#ifndef WEInboxReact_h
#define WEInboxReact_h

#import <Foundation/Foundation.h>
#import <React/RCTEventEmitter.h>

#if RCT_NEW_ARCH_ENABLED
#import "WEInboxReactSpec.h"
@interface WEInboxReact : RCTEventEmitter <NativeWEInboxModuleSpec>
#else
#import <React/RCTBridgeModule.h>
@interface WEInboxReact : RCTEventEmitter <RCTBridgeModule>
#endif

@end

#endif /* WEInboxReact_h */
