Update FrameProcessorPlugin.h

This commit is contained in:
Marc Rousavy 2024-01-12 16:13:56 +01:00
parent b9a69a20e5
commit a42c799d89
No known key found for this signature in database
GPG Key ID: 83BEF0F19E8F5321

View File

@ -35,7 +35,7 @@
- (instancetype _Nonnull)initWithProxy:(VisionCameraProxyHolder* _Nonnull)proxy
withOptions:(NSDictionary* _Nullable)options NS_SWIFT_NAME(init(proxy:options:));
- (instancetype)init NS_UNAVAILABLE;
- (instancetype _Nonnull)init NS_UNAVAILABLE;
/**
* The actual Frame Processor Plugin's implementation that runs when `plugin.call(..)` is called in the JS Frame Processor.