diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h new file mode 100644 index 0000000..a4ac23c --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/TS28BProfileModule.h | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | // | ||
| 2 | // TS28BProfileModule.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 | NS_ASSUME_NONNULL_BEGIN | ||
| 16 | |||
| 17 | @interface TS28BProfileModule : NSObject<RCTBridgeModule> | ||
| 18 | |||
| 19 | |||
| 20 | #define TS28B_EVENT_NOTIFY @"event_notify_ts28b" | ||
| 21 | |||
| 22 | #define TS28B_ACTION @"action" | ||
| 23 | |||
| 24 | #define TS28B_DEVICE @"devices" | ||
| 25 | |||
| 26 | #define TS28B_KEY_MAC @"mac" | ||
| 27 | |||
| 28 | #define kACTION_GET_ALL_CONNECTED_DEVICES @"ACTION_GET_ALL_CONNECTED_DEVICES" | ||
| 29 | |||
| 30 | #define TS28B_RESULT @"result" | ||
| 31 | |||
| 32 | #define TS28B_UNIT_FLAG @"unit_flag" | ||
| 33 | |||
| 34 | #define TS28B_THERMOMETER_TYPE @"thermometer_type" | ||
| 35 | |||
| 36 | @end | ||
| 37 | |||
| 38 | NS_ASSUME_NONNULL_END | ||
