diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
| commit | d6d9a09d505d11148599a95a5be3e1351edbe0ac (patch) | |
| tree | a5f5891983d1ff207e99f683a5e151519cef4980 /libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h | |
| parent | e4fb9966e762852bf17f21c8406501d42fae0b61 (diff) | |
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h new file mode 100644 index 0000000..dccb813 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | // | ||
| 2 | // SDKInfo.h | ||
| 3 | // iHealthSDKStatic | ||
| 4 | // | ||
| 5 | // Created by Lei Bao on 2017/10/19. | ||
| 6 | // Copyright © 2017年 ihealthSDK. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | |||
| 11 | /** | ||
| 12 | SDKInfo | ||
| 13 | */ | ||
| 14 | @interface SDKInfo : NSObject | ||
| 15 | |||
| 16 | /** | ||
| 17 | Get sdk version | ||
| 18 | |||
| 19 | @return sdk version | ||
| 20 | */ | ||
| 21 | + (NSString *)version; | ||
| 22 | |||
| 23 | /** | ||
| 24 | Get sdk uuid. It will change with every App's installation | ||
| 25 | |||
| 26 | @return sdk uuid (128-bit) | ||
| 27 | */ | ||
| 28 | + (NSString *)uuid; | ||
| 29 | |||
| 30 | @end | ||
