2
0

FullScreenViewController.h 189 B

123456789
  1. /* Copyright (C) 2012 IGN Entertainment, Inc. */
  2. #import <UIKit/UIKit.h>
  3. @interface FullScreenViewController : UIViewController
  4. @property (nonatomic) BOOL allowPortraitFullscreen;
  5. @end