CustomTableView.h 212 B

1234567891011121314
  1. //
  2. // CustomTableView.h
  3. // HeyLets
  4. //
  5. // Created by Jason Lee on 7/17/15.
  6. // Copyright (c) 2015 jasonmakesapp. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CustomTableView : UITableView
  10. @end