summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5SController.h
blob: 7e83e9505e7b7e02934bec786c9be3162ce2c959 (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
26
27
28
29
//
//  BG5SController.h
//  iHealthSDKStatic
//
//  Created by Lei Bao on 2017/6/30.
//  Copyright © 2017年 daiqingquan. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "BGMacroFile.h"

/**
 BG5SController
 */
@interface BG5SController : BGController
/**
 Initialization method

 @return BG5SController singleton
 */
+(BG5SController *)sharedController;
/**
 Get all BG5S Instance
 @note The method should be called when the BG5S has been connected.
 @return BG5S object array
 */
-(NSArray *)getAllCurrentInstace;

@end