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

#import "BPBTLEDevice.h"

/**
  a subclass of BPBTLEDevice, which represent BP BTLE devices using BPV24 protocol
 */
@interface BPV24Device : BPBTLEDevice

@end