summaryrefslogtreecommitdiff
path: root/cakeside-ios/AppDelegate.h
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-14 14:26:04 -0600
committermo khan <mo@mokhan.ca>2013-07-14 14:26:04 -0600
commit6637d4ccb317185e63aab273f32b6849d3ab5e43 (patch)
tree97e31bf11d3b47f4a1d48100992d5c6e3a846a65 /cakeside-ios/AppDelegate.h
parentc6cf25e7ef7ea6156ee0c46e2ae37c8eef8932b6 (diff)
rename to view controller to login view controller
Diffstat (limited to 'cakeside-ios/AppDelegate.h')
-rw-r--r--cakeside-ios/AppDelegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cakeside-ios/AppDelegate.h b/cakeside-ios/AppDelegate.h
index 573f71a..8cbeda4 100644
--- a/cakeside-ios/AppDelegate.h
+++ b/cakeside-ios/AppDelegate.h
@@ -8,12 +8,12 @@
#import <UIKit/UIKit.h>
-@class ViewController;
+@class LoginViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
-@property (strong, nonatomic) ViewController *viewController;
+@property (strong, nonatomic) LoginViewController *viewController;
@end