Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
CustomTabBarViewController.h
Go to the documentation of this file.
1 //
2 // CustomTabBarViewController.h
3 //
4 // Created by Valentin Filip on 04/03/2012.
5 //
6 // Copyright (c) 2012 Valentin Filip
7 //
8 
9 #import "BaseViewController.h"
10 #import "ProgressBanner.h"
11 
12 
13 @interface CustomTabBarViewController : BaseViewController <UINavigationControllerDelegate>
14 {
16 
17 }
18 
19 @property (nonatomic) BOOL allowLandscape;
20 
21 @end