// // L2DataParseFireBoltt.h // BluetoothDemo // // Created by mac on 17/3/23. // Copyright © 2017年 . All rights reserved. // #import #import #import "BlueToothEume_FireBoltt.h" @interface L2DataParseFireBoltt : NSObject + (NSDictionary *)L2_ParseData:(NSMutableData *)data type:(BleCMD_FireBoltt)cmd; @end