BlueToolManage.h 768 Bytes
//
//  BuleToolManage.h
//  metroApp
//
//  Created by 赵世强 on 2018/3/26.
//  Copyright © 2018年 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTEventEmitter.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTBridge.h>
#import <CoreBluetooth/CoreBluetooth.h>
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
#import <CoreTelephony/CTCarrier.h>
#import <CoreLocation/CoreLocation.h>
#import <SystemConfiguration/CaptiveNetwork.h>
#import <AMapFoundationKit/AMapFoundationKit.h>

#import <AMapLocationKit/AMapLocationKit.h>

@interface BlueToolManage : RCTEventEmitter<RCTBridgeModule,CBCentralManagerDelegate,CLLocationManagerDelegate,CBPeripheralDelegate,AMapLocationManagerDelegate,AMapGeoFenceManagerDelegate>

@end