summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r--Juick/AppDelegate.h5
1 files changed, 0 insertions, 5 deletions
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 <UIKit/UIKit.h>
#import "User.h"
-@class SWRevealViewController;
-
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
-@property (strong, nonatomic) UIViewController *viewController;
-
-- (void) pushLoginForm;
@end