diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h')
| -rwxr-xr-x | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/POProfileModule.h | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | // | ||
| 2 | // POProfileModule.h | ||
| 3 | // ReactNativeIOSLibrary | ||
| 4 | // | ||
| 5 | // Created by daiqingquan on 2016/12/4. | ||
| 6 | // Copyright © 2016年 daiqingquan. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | #if __has_include(<React/RCTAssert.h>) | ||
| 11 | #import <React/RCTBridgeModule.h> | ||
| 12 | #else | ||
| 13 | #import "RCTBridgeModule.h" | ||
| 14 | #endif | ||
| 15 | @interface POProfileModule : NSObject<RCTBridgeModule> | ||
| 16 | |||
| 17 | |||
| 18 | |||
| 19 | #define POACTION @"action" | ||
| 20 | #define PO_BATTERY @"BATTERY_PO" | ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | @end | ||
