mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-25 02:15:13 +00:00
13 lines
259 B
C
13 lines
259 B
C
|
//
|
||
|
// RNFaceDetectorModule.h
|
||
|
// RCTCamera
|
||
|
//
|
||
|
// Created by Joao Guilherme Daros Fidelis on 21/01/18.
|
||
|
//
|
||
|
|
||
|
#import <React/RCTBridgeModule.h>
|
||
|
#import <GoogleMobileVision/GoogleMobileVision.h>
|
||
|
|
||
|
@interface RNFaceDetectorModule : NSObject <RCTBridgeModule>
|
||
|
@end
|