diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-14 19:25:33 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-14 19:25:33 -0600 |
| commit | 3ee7f1cc9d43bc44803b91b13838dee1f6d7bad8 (patch) | |
| tree | 3aa21f99544ef8d7e10baa0733821e03f25d9574 /cakeside-ios/AppDelegate.h | |
| parent | e20daadad8076309b21314379dc1fed048ca6903 (diff) | |
remove dead code
Diffstat (limited to 'cakeside-ios/AppDelegate.h')
| -rw-r--r-- | cakeside-ios/AppDelegate.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cakeside-ios/AppDelegate.h b/cakeside-ios/AppDelegate.h index 195c98d..80d82c3 100644 --- a/cakeside-ios/AppDelegate.h +++ b/cakeside-ios/AppDelegate.h @@ -1,19 +1,9 @@ -// -// AppDelegate.h -// cakeside-ios -// -// Created by mo khan on 2013-07-14. -// Copyright (c) 2013 mo khan. All rights reserved. -// - #import <UIKit/UIKit.h> @class LoginViewController; @interface AppDelegate : UIResponder <UIApplicationDelegate> - @property (strong, nonatomic) UIWindow *window; - @property (strong, nonatomic) LoginViewController *viewController; @property (strong, nonatomic) UINavigationController * navigationController; @end |
