From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- .../Communication_SDK/Headers/SDKInfo.h | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/SDKInfo.h') 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 @@ +// +// SDKInfo.h +// iHealthSDKStatic +// +// Created by Lei Bao on 2017/10/19. +// Copyright © 2017年 ihealthSDK. All rights reserved. +// + +#import + +/** + SDKInfo + */ +@interface SDKInfo : NSObject + +/** + Get sdk version + + @return sdk version + */ ++ (NSString *)version; + +/** + Get sdk uuid. It will change with every App's installation + + @return sdk uuid (128-bit) + */ ++ (NSString *)uuid; + +@end -- cgit