diff options
| author | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-18 09:00:43 -0600 |
|---|---|---|
| committer | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-18 09:00:43 -0600 |
| commit | e7052db8483ae59f5a4bc7c76b52321480759ccf (patch) | |
| tree | f40c17afb0a37034ee5dd66d7134062a6aa9392d /Volta/Views/GraphViewController.h | |
| parent | b1c3dda1ca1160c136c64e5bdbe0ab52367d3d4f (diff) | |
added Graph
better icon
Diffstat (limited to 'Volta/Views/GraphViewController.h')
| -rw-r--r-- | Volta/Views/GraphViewController.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Volta/Views/GraphViewController.h b/Volta/Views/GraphViewController.h new file mode 100644 index 0000000..acc471c --- /dev/null +++ b/Volta/Views/GraphViewController.h @@ -0,0 +1,13 @@ +// +// GraphViewController.h +// Volta +// +// Created by Ronny Fenrich on 2013-06-17. +// Copyright (c) 2013 Decoder. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface GraphViewController : UIViewController + +@end |
