summaryrefslogtreecommitdiff
path: root/Volta/Views/InfographicViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Volta/Views/InfographicViewController.h')
-rw-r--r--Volta/Views/InfographicViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Volta/Views/InfographicViewController.h b/Volta/Views/InfographicViewController.h
new file mode 100644
index 0000000..15a4b5e
--- /dev/null
+++ b/Volta/Views/InfographicViewController.h
@@ -0,0 +1,13 @@
+//
+// InfographicViewController.h
+// Volta
+//
+// Created by Ronny Fenrich on 2013-06-18.
+// Copyright (c) 2013 Decoder. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface InfographicViewController : UIViewController
+
+@end