
/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GenerateShadowNodeH.js
 */

#pragma once

#include "EventEmitters.h"
#include "Props.h"
#include "States.h"
#include <react/renderer/components/view/ConcreteViewShadowNode.h>
#include <jsi/jsi.h>

namespace facebook::react {

JSI_EXPORT extern const char OTRNPublisherComponentName[];

/*
 * `ShadowNode` for <OTRNPublisher> component.
 */
using OTRNPublisherShadowNode = ConcreteViewShadowNode<
    OTRNPublisherComponentName,
    OTRNPublisherProps,
    OTRNPublisherEventEmitter,
    OTRNPublisherState>;

JSI_EXPORT extern const char OTRNSubscriberComponentName[];

/*
 * `ShadowNode` for <OTRNSubscriber> component.
 */
using OTRNSubscriberShadowNode = ConcreteViewShadowNode<
    OTRNSubscriberComponentName,
    OTRNSubscriberProps,
    OTRNSubscriberEventEmitter,
    OTRNSubscriberState>;

} // namespace facebook::react
