@class AVPictureInPicturePlayerLayerView, NSString, AVPlayerController; @protocol AVPictureInPictureViewControllerDelegate; @interface AVPictureInPictureViewController : UIViewController @property (retain, nonatomic) AVPlayerController *playerController; @property (readonly, nonatomic) AVPictureInPicturePlayerLayerView *pictureInPicturePlayerLayerView; @property (nonatomic) BOOL shouldShowAlternateActionButtonImage; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) AVPictureInPictureViewController *contentViewController; @property (readonly, nonatomic) BOOL shouldShowLoadingIndicator; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)dealloc; - (id)initWithPictureInPicturePlayerLayerView:(id)a0; - (void)loadView; - (void)willAnimatePictureInPictureStart; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void).cxx_destruct; - (void)didAnimatePictureInPictureStop; - (id)initWithCoder:(id)a0; @end