summaryrefslogtreecommitdiff
path: root/Volta/Views/StatsViewController.h
diff options
context:
space:
mode:
authorRonny Fenrich <Fenrich@Gmail.com>2013-06-13 16:21:41 -0600
committerRonny Fenrich <Fenrich@Gmail.com>2013-06-13 16:21:41 -0600
commit2b581c85487287d3fb03396e4b13c304bdffa6ab (patch)
treed10e325aee2e9f3e1b3a808bbd8dd301f8e92d74 /Volta/Views/StatsViewController.h
parentb1dc9d1458dcc1d4220e961d1b50169b660efac6 (diff)
Finished Login and basic UI for Stats selection
Diffstat (limited to 'Volta/Views/StatsViewController.h')
-rw-r--r--Volta/Views/StatsViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Volta/Views/StatsViewController.h b/Volta/Views/StatsViewController.h
new file mode 100644
index 0000000..87bf054
--- /dev/null
+++ b/Volta/Views/StatsViewController.h
@@ -0,0 +1,13 @@
+//
+// StatsViewController.h
+// Volta
+//
+// Created by Ronny Fenrich on 2013-06-13.
+// Copyright (c) 2013 Decoder. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface StatsViewController : UIViewController
+
+@end