2
0

VideoPlayerSampleView.h 329 B

1234567891011
  1. /* Copyright (C) 2012 IGN Entertainment, Inc. */
  2. #import <UIKit/UIKit.h>
  3. @interface VideoPlayerSampleView : UIView
  4. @property (nonatomic, readonly, strong) UIView *videoPlayerView;
  5. @property (nonatomic, readonly, strong) UIButton *playFullScreenButton;
  6. @property (nonatomic, readonly, strong) UIButton *playInlineButton;
  7. @end