diff options
author | Vitaly Takmazov | 2017-09-27 22:24:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-09-27 22:24:38 +0300 |
commit | 6499148cb3f62e20534b62c181125ebeacfa3438 (patch) | |
tree | 3aa289caa409366e70dd1802d67df61903fa992b /Juick/AppDelegate.h | |
parent | 25bc4f1357252dc0aeee70f0a638a4226231d5fb (diff) |
cleanup
Diffstat (limited to 'Juick/AppDelegate.h')
-rw-r--r-- | Juick/AppDelegate.h | 5 |
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 |