You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
386 B

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