diff options
| author | Brian Jordan | 2012-03-27 18:56:07 -0400 | 
|---|---|---|
| committer | Brian Jordan | 2012-03-27 18:56:07 -0400 | 
| commit | 176ea2eef31deaa3a3646807522c5580ac4df30a (patch) | |
| tree | ef38bad90f4329b70d52abe1160a6834e57fe03b /Video Tuneup/ViewController.h | |
| download | Video-Tuneup-176ea2eef31deaa3a3646807522c5580ac4df30a.tar.bz2 | |
Initial Commit
Diffstat (limited to 'Video Tuneup/ViewController.h')
| -rw-r--r-- | Video Tuneup/ViewController.h | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/Video Tuneup/ViewController.h b/Video Tuneup/ViewController.h new file mode 100644 index 0000000..2bb4491 --- /dev/null +++ b/Video Tuneup/ViewController.h @@ -0,0 +1,13 @@ +// +//  ViewController.h +//  Video Tuneup +// +//  Created by Brian Jordan on 3/27/12. +//  Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface ViewController : UIViewController + +@end | 
