From fad0e1e93e1f2e145970829f81a0c20e42eba09a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 5 Nov 2013 00:10:01 +0400 Subject: RevealViewController and small other additions --- Juick/AppDelegate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Juick/AppDelegate.h') 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 +@class SWRevealViewController; + @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; +@property (strong, nonatomic) SWRevealViewController *viewController; @end -- cgit v1.2.3