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/IDOErrorCodeToStr.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/IDOErrorCodeToStr.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/IDOErrorCodeToStr.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/IDOErrorCodeToStr.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/IDOErrorCodeToStr.h new file mode 100755 index 0000000..8dbb529 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/IDOErrorCodeToStr.h @@ -0,0 +1,19 @@ +// +// IDOErrorCodeToStr.h +// VeryfitSDK +// +// Created by hedongyang on 2018/8/30. +// Copyright © 2018年 hedongyang. All rights reserved. +// + +#import + +@interface IDOErrorCodeToStr : NSObject + +/** + * @brief 错误码转字符串 | Error code to string + * @param errorCode 错误码 | Error code + * @return 字符串 | string + */ ++ (NSString *)errorCodeToStr:(NSInteger)errorCode; +@end -- cgit