summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG1SController.h
blob: 1d013b5e244d2cef45d2f315c819a09eb6dab0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
//  BG1SController.h
//  iHealthSDKStatic
//
//  Created by jing on 2019/5/8.
//  Copyright © 2019 ihealthSDK. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface BG1SController : NSObject
/**
 * Initialize BG1S controller class
 */
+(BG1SController *)shareIHBG1SController;

/**
 * Get all BG1S instance,use hsInstance to call BG related communication methods.
 */
-(NSArray *)getAllCurrentBG1SInstace;
@end

NS_ASSUME_NONNULL_END