blob: 6f3b1cab4cc008c7281329d99b8850fa00bffe22 [file] [log] [blame] [edit]
//
// 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