diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h new file mode 100644 index 0000000..1d013b5 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | // | ||
| 2 | // BG1SController.h | ||
| 3 | // iHealthSDKStatic | ||
| 4 | // | ||
| 5 | // Created by jing on 2019/5/8. | ||
| 6 | // Copyright © 2019 ihealthSDK. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | |||
| 11 | NS_ASSUME_NONNULL_BEGIN | ||
| 12 | |||
| 13 | @interface BG1SController : NSObject | ||
| 14 | /** | ||
| 15 | * Initialize BG1S controller class | ||
| 16 | */ | ||
| 17 | +(BG1SController *)shareIHBG1SController; | ||
| 18 | |||
| 19 | /** | ||
| 20 | * Get all BG1S instance,use hsInstance to call BG related communication methods. | ||
| 21 | */ | ||
| 22 | -(NSArray *)getAllCurrentBG1SInstace; | ||
| 23 | @end | ||
| 24 | |||
| 25 | NS_ASSUME_NONNULL_END | ||
