/**
 * 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 "RNCWebViewModule.h"

namespace rnoh {
using namespace facebook;

RNCWebViewModule::RNCWebViewModule(const ArkTSTurboModule::Context ctx, const std::string name) : ArkTSTurboModule(ctx, name) {
    methodMap_ = {
        ARK_ASYNC_METHOD_METADATA(isFileUploadSupported, 0),
        ARK_METHOD_METADATA(shouldStartLoadWithLockIdentifier, 2),
    };
}

} // namespace rnoh
