diff options
| author | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-18 13:08:09 -0600 |
|---|---|---|
| committer | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-18 13:08:09 -0600 |
| commit | 27f0ec52de63124f034dbcaae3680a8c59e3daf4 (patch) | |
| tree | 44031091e2967661daef5f917c125ea8d74de892 /Volta/Views/InfographicViewController.h | |
| parent | e7052db8483ae59f5a4bc7c76b52321480759ccf (diff) | |
added Infographic
Diffstat (limited to 'Volta/Views/InfographicViewController.h')
| -rw-r--r-- | Volta/Views/InfographicViewController.h | 13 |
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 |
