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 --- .../ios/ReactNativeIOSLibrary/POProfileModule.h | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h') diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h new file mode 100755 index 0000000..e25456a --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h @@ -0,0 +1,24 @@ +// +// POProfileModule.h +// ReactNativeIOSLibrary +// +// Created by daiqingquan on 2016/12/4. +// Copyright © 2016年 daiqingquan. All rights reserved. +// + +#import +#if __has_include() +#import +#else +#import "RCTBridgeModule.h" +#endif +@interface POProfileModule : NSObject + + + +#define POACTION @"action" +#define PO_BATTERY @"BATTERY_PO" + + + +@end -- cgit