diff options
author | Vitaly Takmazov | 2013-11-05 00:10:01 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-05 00:10:01 +0400 |
commit | fad0e1e93e1f2e145970829f81a0c20e42eba09a (patch) | |
tree | 2f69b3fb901e66e9fa01f876b110649ac4acef41 /Juick/AppDelegate.h | |
parent | 08574251153406e4755f58c2ee5548ee32e308fb (diff) |
RevealViewController and small other additions
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index ae4c86a..087b6fd 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -8,8 +8,11 @@ #import <UIKit/UIKit.h> +@class SWRevealViewController; + @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; +@property (strong, nonatomic) SWRevealViewController *viewController; @end |