From 2b581c85487287d3fb03396e4b13c304bdffa6ab Mon Sep 17 00:00:00 2001 From: Ronny Fenrich Date: Thu, 13 Jun 2013 16:21:41 -0600 Subject: Finished Login and basic UI for Stats selection --- Volta/Views/StatsViewController.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Volta/Views/StatsViewController.h (limited to 'Volta/Views/StatsViewController.h') 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 + +@interface StatsViewController : UIViewController + +@end -- cgit v1.2.3