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

#import "BPBTLEDevice.h"
/**
 a subclass of BPBTLEDevice, which represent BP BTLE devices using BPAV10 protocol
 */
@interface BPAV10Device : BPBTLEDevice

@end