From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- .../Communication_SDK/Headers/NT13BController.h | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h new file mode 100644 index 0000000..5ccd4fd --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h @@ -0,0 +1,28 @@ +// +// NT13BController.h +// iHealthSDKStatic +// +// Created by user on 2019/9/20. +// Copyright © 2019 ihealthSDK. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface NT13BController : NSObject + +/** + * Initialize NT13B controller class + */ ++(NT13BController *)shareIHNT13BController; + + +/** + * Access control class instance after receiving NT13BConnectNoti, then use instance to call NT13B related communication methods + */ +-(NSArray *)getAllCurrentNT13BInstace; + +@end + +NS_ASSUME_NONNULL_END -- cgit