// // ExampleSwiftFrameProcessor.m // VisionCameraExample // // Created by Mateusz Medrek on 02/10/2023. // #if __has_include() #import #import #import "VisionCameraExample-Swift.h" // // Example for a Swift Frame Processor plugin automatic registration VISION_EXPORT_SWIFT_FRAME_PROCESSOR(ExampleSwiftFrameProcessorPlugin, example_kotlin_swift_plugin) #endif