JDTableViewController.h 330 B

12345678910111213141516171819202122232425
  1. //
  2. // JDTableViewController.h
  3. // kneet2
  4. //
  5. // Created by Created by Jason Lee on 10/1/15.
  6. // Copyright (c) 2015 ntels. All rights reserved.
  7. //
  8. #import "JDObject.h"
  9. @class CustomTableView;
  10. @interface JDTableViewController : UITableViewController {
  11. }
  12. #pragma mark - Properties
  13. #pragma mark - Instance Methods
  14. @end