From 9cd57b731ab1c666d4a1cb725538fdc137763d12 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 30 Jul 2011 11:19:14 -0400 Subject: Initial commit (version 0.2.1) --- Classes/RootViewController.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 Classes/RootViewController.h (limited to 'Classes/RootViewController.h') 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 @@ +// +// RootViewController.h +// Cart Collect +// +// Created by iD Student Account on 7/18/11. +// Copyright __MyCompanyName__ 2011. All rights reserved. +// + +#import + + +@interface RootViewController : UIViewController { + +} + +@end -- cgit 1.4.1