//
//  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
