// // ECGModule.h // ReactNativeIOSLibrary // // Created by daiqingquan on 2018/1/5. // Copyright © 2018年 daiqingquan. All rights reserved. // #import #if __has_include() #import #else #import "RCTEventEmitter.h" #endif @interface ECGModule : RCTEventEmitter @end