// // CustomTableView.h // HeyLets // // Created by Jason Lee on 7/17/15. // Copyright (c) 2015 jasonmakesapp. All rights reserved. // #import <UIKit/UIKit.h> @interface CustomTableView : UITableView @end