EnkiUtils
Small library of classes that Enki Labs uses internally.
 All Classes Functions Properties Pages
UINavigationController+EnkiUtils.h
1 //
2 // UINavigationController+EnkiUtils.h
3 //
4 // Copyright (c) 2013 Fry.
5 //
6 
7 #import <UIKit/UIKit.h>
8 
19 ;
20 -(BOOL)shouldAutorotate;
21 -(NSUInteger)supportedInterfaceOrientations;
22 - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation;
23 
24 @end