summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPBTLEDevice.h
blob: 01546d8a1bac35af07cbddeca3dbd4137f442e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  BPBTLEDevice.h
//  iHealthSDKStatic
//
//  Created by Realank on 2017/9/22.
//  Copyright © 2017年 ihealthSDK. All rights reserved.
//

#import "BPDevice.h"


/**
 a subclass of BP device, which represent BP BTLE devices
 */
@interface BPBTLEDevice : BPDevice

@end