diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPV24Device.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPV24Device.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPV24Device.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPV24Device.h new file mode 100644 index 0000000..1b79f16 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BPV24Device.h | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | // | ||
| 2 | // BPV2xDevice.h | ||
| 3 | // iHealthSDKStatic | ||
| 4 | // | ||
| 5 | // Created by Realank on 2017/7/14. | ||
| 6 | // Copyright © 2017年 ihealthSDK. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import "BPBTLEDevice.h" | ||
| 10 | |||
| 11 | /** | ||
| 12 | a subclass of BPBTLEDevice, which represent BP BTLE devices using BPV24 protocol | ||
| 13 | */ | ||
| 14 | @interface BPV24Device : BPBTLEDevice | ||
| 15 | |||
| 16 | @end | ||
