#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

// Forward declaration to avoid pulling in React C++ headers
// The actual implementation is in the .mm file
@protocol RCTComponentViewProtocol;
Class<RCTComponentViewProtocol> GraniteVideoViewCls(void) __attribute__((used));

NS_ASSUME_NONNULL_END
