From d52c86da9751f221a24c21ec903656e279ba885a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 2 Feb 2014 00:53:45 +0400 Subject: Login info in reveal panel and login flow improvements (not complete) --- Juick/RevealPanelViewController.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Juick/RevealPanelViewController.h') diff --git a/Juick/RevealPanelViewController.h b/Juick/RevealPanelViewController.h index 812c6f7..89f87e9 100644 --- a/Juick/RevealPanelViewController.h +++ b/Juick/RevealPanelViewController.h @@ -9,7 +9,11 @@ #import #import #import "LoginViewController.h" +#import "TitleView.h" +#import -@interface RevealPanelViewController : UITableViewController - +@interface RevealPanelViewController : UIViewController +@property (nonatomic, strong) IBOutlet UITableView *tableView; +@property (nonatomic, strong) IBOutlet UIButton *signButton; +@property(nonatomic, strong) IBOutlet TitleView *titleView; @end -- cgit v1.2.3