summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-07 03:35:52 +0400
committerGravatar Vitaly Takmazov2013-11-07 03:35:52 +0400
commitb3eaef8a304ce89242c649cfd0386a66e463acb2 (patch)
treec4c755a6e37e662e6d4040e219a647fd8fe2eecb /Juick/AppDelegate.h
parent4397874170f270b0b0d0148c0909b5f1846a9ce3 (diff)
iPad support and AppIcon
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