| // | |
| // RootViewController.h | |
| // StoreMadApp | |
| // | |
| // Created by Andrew Smith on 7/1/13. | |
| // Copyright (c) 2013 Burgess. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> | |
| #import "EmployeeTableViewController.h" | |
| @interface RootViewController : EmployeeTableViewController | |
| @end |