diff options
author | Vitaly Takmazov | 2014-02-02 00:53:45 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2014-02-02 00:53:45 +0400 |
commit | d52c86da9751f221a24c21ec903656e279ba885a (patch) | |
tree | 1b5b8d45efe472c5e997a4ae1f2293d55291f31d /Juick/AppDelegate.h | |
parent | 552680443dea2ea5e3ce64d03dc4b6d2e39a7226 (diff) |
Login info in reveal panel and login flow improvements (not complete)
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 0b1fbb7..561f7ee 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -7,6 +7,8 @@ // #import <UIKit/UIKit.h> +#import "User.h" +#import "TitleView.h" @class SWRevealViewController; |