//
//  NGListener.h
//  react-native-geouniq
//
//  Created by Paolo Donato on 24/05/21.
//

#ifndef NGListener_h
#define NGListener_h
#import <React/RCTEventEmitter.h>
#import <React/RCTBridgeModule.h>

@interface NGListener: RCTEventEmitter <RCTBridgeModule>

+ (id)allocWithZone:(NSZone *)zone;
- (void)sendGeofenceWithName:(NSString*)name body:(NSDictionary*)body;

@end

#endif /* NGListener_h */
