//
//  RNExocrLiveness.h
//  RN59
//
//  Created by linjson on 2022/2/10.
//  Copyright © 2022 Facebook. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
NS_ASSUME_NONNULL_BEGIN

@interface RNExocrLiveness : NSObject<RCTBridgeModule>

@end

NS_ASSUME_NONNULL_END
