diff options
Diffstat (limited to 'Volta/Views/StatsViewController.h')
| -rw-r--r-- | Volta/Views/StatsViewController.h | 13 |
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 |
