blob: a4016edd7f551b4f6be557a7979343f401d22e5b [file] [log] [blame] [edit]
//
// EmployeeTableViewController.h
// StoreMadApp
//
// Created by Andrew Smith on 7/1/13.
// Copyright (c) 2013 Burgess. All rights reserved.
//
#import <UIKit/UIKit.h>\
@interface EmployeeTableViewController : UITableViewController
@property (nonatomic, strong) SMStoreController *storeController;
@property (nonatomic, strong) SMTableViewDataSource *storeMadDataSource;
@end