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

#import "BPBTLEDevice.h"

/**
 a subclass of BPBTLEDevice, which represent BP BTLE devices using BPV25 protocol
 */

@interface BPV25Device : BPBTLEDevice

@end