Update FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx

This commit is contained in:
Marc Rousavy 2021-06-09 11:20:31 +02:00 committed by GitHub
parent 0fee78924f
commit 14c16ebdd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ iOS Frame Processor Plugins can be written in either **Objective-C** or **Swift*
2. Create an Objective-C source file, for the QR Code Plugin this will be called `QRCodeFrameProcessorPlugin.m`.
3. Add the following code:
```objc {11}
```objc {12}
#import <VisionCamera/FrameProcessorPlugin.h>
#import <VisionCamera/Frame.h>