From 6499148cb3f62e20534b62c181125ebeacfa3438 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Sep 2017 22:24:38 +0300 Subject: cleanup --- Juick/AppDelegate.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Juick/AppDelegate.h') diff --git a/Juick/AppDelegate.h b/Juick/AppDelegate.h index 04a8bb2..6753fd7 100644 --- a/Juick/AppDelegate.h +++ b/Juick/AppDelegate.h @@ -9,13 +9,8 @@ #import #import "User.h" -@class SWRevealViewController; - @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; -@property (strong, nonatomic) UIViewController *viewController; - -- (void) pushLoginForm; @end -- cgit v1.2.3