diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/NT13BProfileModule.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/NT13BProfileModule.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/NT13BProfileModule.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/NT13BProfileModule.h new file mode 100644 index 0000000..6680366 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/NT13BProfileModule.h | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | // | ||
| 2 | // NT13BProfileModule.h | ||
| 3 | // ReactNativeIOSLibrary | ||
| 4 | // | ||
| 5 | // Created by user on 2019/11/14. | ||
| 6 | // Copyright © 2019 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 | |||
| 16 | |||
| 17 | @interface NT13BProfileModule : NSObject<RCTBridgeModule> | ||
| 18 | |||
| 19 | #define NT13B_EVENT_NOTIFY @"event_notify_nt13b" | ||
| 20 | |||
| 21 | #define NT13B_ACTION @"action" | ||
| 22 | |||
| 23 | #define NT13B_DEVICE @"devices" | ||
| 24 | |||
| 25 | #define NT13B_KEY_MAC @"mac" | ||
| 26 | |||
| 27 | #define kACTION_GET_ALL_CONNECTED_DEVICES @"ACTION_GET_ALL_CONNECTED_DEVICES" | ||
| 28 | |||
| 29 | #define NT13B_RESULT @"result" | ||
| 30 | |||
| 31 | #define NT13B_UNIT_FLAG @"unit_flag" | ||
| 32 | |||
| 33 | #define NT13B_THERMOMETER_TYPE @"thermometer_type" | ||
| 34 | |||
| 35 | @end | ||
| 36 | |||
