diff options
Diffstat (limited to 'Juick/ViewControllers/RevealPanelViewController.h')
-rw-r--r-- | Juick/ViewControllers/RevealPanelViewController.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Juick/ViewControllers/RevealPanelViewController.h b/Juick/ViewControllers/RevealPanelViewController.h new file mode 100644 index 0000000..ff5006c --- /dev/null +++ b/Juick/ViewControllers/RevealPanelViewController.h @@ -0,0 +1,16 @@ +// +// RevealPanelViewController.h +// Juick +// +// Created by Vitaly Takmazov on 04.11.13. +// Copyright (c) 2013 com.juick. All rights reserved. +// + +#import <UIKit/UIKit.h> +#import <FAImageView.h> +#import "LoginViewController.h" + +@interface RevealPanelViewController : UIViewController<UITableViewDataSource, UITableViewDelegate> +@property (nonatomic, strong) IBOutlet UITableView *tableView; +@property (nonatomic, strong) IBOutlet UIButton *signButton; +@end |