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