diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/AM3SController_V2.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/AM3SController_V2.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/AM3SController_V2.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/AM3SController_V2.h new file mode 100644 index 0000000..17acd64 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/AM3SController_V2.h | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | // | ||
| 2 | // AM3SController_V2.h | ||
| 3 | // iHealthDemoCode | ||
| 4 | // | ||
| 5 | // Created by user on 16/8/12. | ||
| 6 | // Copyright © 2016年 zhiwei jing. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | |||
| 11 | /** | ||
| 12 | AM3SController_V2 | ||
| 13 | */ | ||
| 14 | @interface AM3SController_V2 : NSObject | ||
| 15 | |||
| 16 | /** | ||
| 17 | * Initialize AM3S controller class | ||
| 18 | */ | ||
| 19 | +(AM3SController_V2 *)shareIHAM3SController; | ||
| 20 | |||
| 21 | |||
| 22 | /** | ||
| 23 | * Access control class instance after receiving AM3SConnectNoti, then use instance to call AM3S related communication methods | ||
| 24 | */ | ||
| 25 | -(NSArray *)getAllCurrentAM3SInstace; | ||
| 26 | |||
| 27 | |||
| 28 | |||
| 29 | @end | ||
