Update FRAME_PROCESSOR_CREATE_PLUGIN_IOS.mdx
This commit is contained in:
parent
0fee78924f
commit
14c16ebdd0
@ -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`.
|
2. Create an Objective-C source file, for the QR Code Plugin this will be called `QRCodeFrameProcessorPlugin.m`.
|
||||||
3. Add the following code:
|
3. Add the following code:
|
||||||
|
|
||||||
```objc {11}
|
```objc {12}
|
||||||
#import <VisionCamera/FrameProcessorPlugin.h>
|
#import <VisionCamera/FrameProcessorPlugin.h>
|
||||||
#import <VisionCamera/Frame.h>
|
#import <VisionCamera/Frame.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user