react-native-camera/ios/FaceDetector/RNFaceDetectorModule.h

15 lines
327 B
C
Raw Normal View History

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