/**
 * This code was generated by "react-native codegen-harmony"
 * 
 * Do not edit this file as changes may cause incorrect behavior and will be
 * lost once the code is regenerated.
 * 
 * @generatorVersion: 1
 */

#include "ImageCropPicker.h"

namespace rnoh {
using namespace facebook;

ImageCropPicker::ImageCropPicker(const ArkTSTurboModule::Context ctx, const std::string name) : ArkTSTurboModule(ctx, name) {
    methodMap_ = {
        ARK_ASYNC_METHOD_METADATA(openPicker, 1),
        ARK_ASYNC_METHOD_METADATA(openCamera, 1),
        ARK_ASYNC_METHOD_METADATA(openCropper, 1),
        ARK_ASYNC_METHOD_METADATA(clean, 0),
        ARK_ASYNC_METHOD_METADATA(cleanSingle, 1),
    };
}

} // namespace rnoh
