@interface FIUINavigationController : UINavigationController - (long long)preferredInterfaceOrientationForPresentation; - (id)initWithRootViewController:(id)a0; - (BOOL)shouldAutorotate; - (unsigned long long)supportedInterfaceOrientations; @end