summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h')
-rw-r--r--libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/NT13BController.h28
1 files changed, 28 insertions, 0 deletions
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 @@
1//
2// NT13BController.h
3// iHealthSDKStatic
4//
5// Created by user on 2019/9/20.
6// Copyright © 2019 ihealthSDK. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13@interface NT13BController : NSObject
14
15/**
16 * Initialize NT13B controller class
17 */
18+(NT13BController *)shareIHNT13BController;
19
20
21/**
22 * Access control class instance after receiving NT13BConnectNoti, then use instance to call NT13B related communication methods
23 */
24-(NSArray *)getAllCurrentNT13BInstace;
25
26@end
27
28NS_ASSUME_NONNULL_END