react-native-camera/ios/FaceDetector/RNFaceDetectorModule.h
2018-03-12 18:14:40 -03:00

15 lines
327 B
Objective-C

//
// RNFaceDetectorModule.h
// RCTCamera
//
// Created by Joao Guilherme Daros Fidelis on 21/01/18.
//
#import <React/RCTBridgeModule.h>
#if __has_include(<GoogleMobileVision/GoogleMobileVision.h>)
#import <GoogleMobileVision/GoogleMobileVision.h>
#endif
@interface RNFaceDetectorModule : NSObject <RCTBridgeModule>
@end