#import <UIKit/UIKit.h>

#ifndef GraniteVideoViewNativeComponent_h
#define GraniteVideoViewNativeComponent_h

NS_ASSUME_NONNULL_BEGIN

// Forward declare to avoid pulling in C++ headers
// RCTViewComponentView import is in the .mm file
@interface GraniteVideoView : UIView
@end

NS_ASSUME_NONNULL_END

#endif /* GraniteVideoViewNativeComponent_h */
