summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/ECGModule.h
blob: 270286506c4a188ddcf6c183e4b5b99edf7cc8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  ECGModule.h
//  ReactNativeIOSLibrary
//
//  Created by daiqingquan on 2018/1/5.
//  Copyright © 2018年 daiqingquan. All rights reserved.
//

#import <Foundation/Foundation.h>
#if __has_include(<React/RCTAssert.h>)
#import <React/RCTEventEmitter.h>
#else
#import "RCTEventEmitter.h"
#endif
@interface ECGModule : RCTEventEmitter<RCTBridgeModule>

@end