#import <Foundation/Foundation.h>
#import <Capacitor/Capacitor.h>

// Registers the plugin with Capacitor under the JS name "IrisOcr" and exposes
// the recognizeText method as a Promise-returning call.
CAP_PLUGIN(IrisOcrPlugin, "IrisOcr",
    CAP_PLUGIN_METHOD(recognizeText, CAPPluginReturnPromise);
)
