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

NS_ASSUME_NONNULL_BEGIN


@interface RCTApplePlayerView : RCTViewComponentView

// You would declare native methods you'd want to access from the view here

@end


NS_ASSUME_NONNULL_END
