summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h')
-rw-r--r--libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h
new file mode 100644
index 0000000..7e83e95
--- /dev/null
+++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h
@@ -0,0 +1,29 @@
1//
2// BG5SController.h
3// iHealthSDKStatic
4//
5// Created by Lei Bao on 2017/6/30.
6// Copyright © 2017年 daiqingquan. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "BGMacroFile.h"
11
12/**
13 BG5SController
14 */
15@interface BG5SController : BGController
16/**
17 Initialization method
18
19 @return BG5SController singleton
20 */
21+(BG5SController *)sharedController;
22/**
23 Get all BG5S Instance
24 @note The method should be called when the BG5S has been connected.
25 @return BG5S object array
26 */
27-(NSArray *)getAllCurrentInstace;
28
29@end