#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
#import <AVKit/AVKit.h>

#ifndef AmazonIvsViewNativeComponent_h
#define AmazonIvsViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

@protocol RCTAmazonIvsViewProtocol;
@interface AmazonIvs : RCTViewComponentView
@end

NS_ASSUME_NONNULL_END

#endif /* AmazonIvsViewNativeComponent_h */
