summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h
index 087b6fd..0b1fbb7 100644
--- a/Juick/AppDelegate.h
+++ b/Juick/AppDelegate.h
@@ -13,6 +13,6 @@
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
-@property (strong, nonatomic) SWRevealViewController *viewController;
+@property (strong, nonatomic) UIViewController *viewController;
@end