Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
MenuViewController.h
Go to the documentation of this file.
1 //
2 // MenuViewController.h
3 // socioville
4 //
5 // Created by Valentin Filip on 09.04.2012.
6 // Copyright (c) 2012 App Design Vault. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 #import "ZUUIRevealController.h"
11 #import "BWLord.h"
12 #import <DropboxSDK/DropboxSDK.h>
14 #import "WSQFileHelper.h"
16 
17 
18 @interface MenuViewController : UIViewController <ZUUIRevealControllerDelegate, UITableViewDelegate, UITableViewDataSource, WSQFileHelperDelegate, MyLordInfoViewDelegate>
19 
20 @property (strong, nonatomic) IBOutlet UISearchBar *searchBar;
21 @property (strong, nonatomic) IBOutlet UITableView *tableView;
22 
23 @end