react-native-vision-camera/example/ios/VisionCameraExample-Bridging-Header.h
Marc Rousavy 6f10188037
docs: Use Java in FPP "Overview" for simplicity (#266)
* Add android tab for docs

* Update FRAME_PROCESSORS_CREATE_OVERVIEW.mdx

* Add Objective-C

* Only use Java for examples (that's simpler to understand)

* Add Exceptions docs
2021-07-08 16:05:51 +02:00

7 lines
181 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <VisionCamera/FrameProcessorPlugin.h>
#import <VisionCamera/Frame.h>