summaryrefslogtreecommitdiff
path: root/Volta/AppDelegate.h
diff options
context:
space:
mode:
authorRonny Fenrich <Fenrich@Gmail.com>2013-06-13 13:40:44 -0600
committerRonny Fenrich <Fenrich@Gmail.com>2013-06-13 13:40:44 -0600
commitbf6c97cdee2264656211126ee01066c3c5d4bd8d (patch)
treedf4a6a9ed1b76109a57d1bf71c85b5632a6e3a0b /Volta/AppDelegate.h
parentd6d01c9dd86561ad2121f0f85f0a4529142d5093 (diff)
added Xcode project and converted to CocoaPods (added a bunch of libraries)
Diffstat (limited to 'Volta/AppDelegate.h')
-rw-r--r--Volta/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Volta/AppDelegate.h b/Volta/AppDelegate.h
new file mode 100644
index 0000000..80b560c
--- /dev/null
+++ b/Volta/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// Volta
+//
+// Created by Ronny Fenrich on 2013-06-13.
+// Copyright (c) 2013 Decoder. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end