diff options
author | Vitaly Takmazov | 2013-11-07 03:35:52 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-07 03:35:52 +0400 |
commit | b3eaef8a304ce89242c649cfd0386a66e463acb2 (patch) | |
tree | c4c755a6e37e662e6d4040e219a647fd8fe2eecb /Juick/AppDelegate.h | |
parent | 4397874170f270b0b0d0148c0909b5f1846a9ce3 (diff) |
iPad support and AppIcon
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 2 |
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 |