//
//  RNGeoSpark.h
//  RNGeoSpark
//
//  Created by GeoSpark Mac #1 on 12/06/18.
//  Copyright © 2018 GeoSpark. All rights reserved.
//

#import <React/RCTBridgeModule.h>
#import <React/RCTConvert.h>
#import <React/RCTUtils.h>
#import <React/RCTEventEmitter.h>
#import <GeoSpark/GeoSpark.h>

@import CoreLocation;

@interface RNGeoSpark : RCTEventEmitter <RCTBridgeModule>
@end
