summary refs log tree commit diff stats
path: root/Classes/RootViewController.h
blob: 956c1331a3e706a58945613df2047627e789173f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  RootViewController.h
//  Cart Collect
//
//  Created by iD Student Account on 7/18/11.
//  Copyright __MyCompanyName__ 2011. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface RootViewController : UIViewController {

}

@end