summary refs log tree commit diff stats
path: root/Classes/RootViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/RootViewController.h')
-rwxr-xr-xClasses/RootViewController.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Classes/RootViewController.h b/Classes/RootViewController.h new file mode 100755 index 0000000..956c133 --- /dev/null +++ b/Classes/RootViewController.h
@@ -0,0 +1,16 @@
1//
2// RootViewController.h
3// Cart Collect
4//
5// Created by iD Student Account on 7/18/11.
6// Copyright __MyCompanyName__ 2011. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11
12@interface RootViewController : UIViewController {
13
14}
15
16@end