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

#ifdef RCT_NEW_ARCH_ENABLED
#import <NativeSmartechNudgesSpec/NativeSmartechNudgesSpec.h>
@interface SmartechNudges : RCTEventEmitter <NativeSmartechNudgesSpec>
#else
#import <React/RCTBridgeModule.h>
@interface SmartechNudges : RCTEventEmitter <RCTBridgeModule>
#endif

@end
