/* Copyright (C) 2012 IGN Entertainment, Inc. */ #import @interface VideoPlayerSampleView : UIView @property (nonatomic, readonly, strong) UIView *videoPlayerView; @property (nonatomic, readonly, strong) UIButton *playFullScreenButton; @property (nonatomic, readonly, strong) UIButton *playInlineButton; @end