aboutsummaryrefslogtreecommitdiffstats
path: root/iBean.old/iBean/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iBean.old/iBean/AppDelegate.h')
-rw-r--r--iBean.old/iBean/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/iBean.old/iBean/AppDelegate.h b/iBean.old/iBean/AppDelegate.h
new file mode 100644
index 0000000..9fe045e
--- /dev/null
+++ b/iBean.old/iBean/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// iBean
+//
+// Created by Eddie Ehlin on 2012-12-28.
+// Copyright (c) 2012 Eddie Ehlin. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end