summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/PO1Controller.h
blob: 2fe88b6fc9039ff75f61c1c7d9e5507973ad5067 (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
//
//  PO1Controller.h
//  testShareCommunication
//
//  Created by daiqingquan on 13-11-29.
//  Copyright (c) 2013年 my. All rights reserved.
//

#import <Foundation/Foundation.h>

/**
 PO1Controller
 */
@interface PO1Controller : NSObject
/**
 * Initialize PO1 controller class
 */
+(PO1Controller *)shareIHPO1Controller;


/**
 * Access control class instance after receiving PO1ConnectNoti, then use instance to call PO1 related communication methods
 */
-(NSArray *)getAllCurrentPO1Instace;




@end