/*
 * Copyright (c) 2011-2023, Zingaya, Inc. All rights reserved.
 */

#ifdef RCT_NEW_ARCH_ENABLED
#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>

#ifndef ReactNaiveVoximplantVideoView_h
#define ReactNaiveVoximplantVideoView_h

NS_ASSUME_NONNULL_BEGIN

@interface RNVIVideoView : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* ReactNaiveVoximplantVideoView_h */
#endif /* RCT_NEW_ARCH_ENABLED */
