14 lines
353 B
Mathematica
14 lines
353 B
Mathematica
|
//
|
||
|
// QRCodeFrameProcessorPluginSwift.m
|
||
|
// VisionCamera
|
||
|
//
|
||
|
// Created by Marc Rousavy on 01.05.21.
|
||
|
// Copyright © 2021 Facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <VisionCamera/FrameProcessorPlugin.h>
|
||
|
|
||
|
@interface VISION_EXPORT_SWIFT_FRAME_PROCESSOR(exampleSwift___scanQRCodes, QRCodeFrameProcessorPluginSwift)
|
||
|
@end
|