| 12345678910111213141516171819202122232425 |
- //
- // JDViewController.h
- // kneet2
- //
- // Created by Created by Jason Lee on 10/1/15.
- // Copyright (c) 2015 ntels. All rights reserved.
- //
- #import "JDObject.h"
- @class CustomTableView;
- @interface JDViewController : UIViewController {
-
- }
- #pragma mark - Properties
- #pragma mark - Instance Methods
- @end
|