/* Copyright (C) 2012 IGN Entertainment, Inc. */ #import <UIKit/UIKit.h> #import "VideoPlayerKit.h" @interface VideoPlayerSampleViewController : UIViewController <VideoPlayerDelegate> @property (nonatomic) BOOL fullScreenToggled; @end