//
//  RCTAMapModule.h
//  RCTAMapModule
//
//  Created by Train on 2017/9/22.
//  Copyright © 2017年 Train. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTUtils.h>
#import <React/RCTBridge.h>
#import <React/RCTEventDispatcher.h>

#import <AMapFoundationKit/AMapFoundationKit.h>
#import <AMapLocationKit/AMapLocationKit.h>


@interface RCTAMapModule : NSObject <RCTBridgeModule>

@end
