BlueToolManage.h 557 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 <CoreBluetooth/CoreBluetooth.h>
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
#import <CoreTelephony/CTCarrier.h>
#import <CoreLocation/CoreLocation.h>
#import <SystemConfiguration/CaptiveNetwork.h>

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

@end