| 12345678910111213141516171819 |
- //
- // KNTableViewCell.h
- // kneet2
- //
- // Created by Jason Lee on 10/8/15.
- // Copyright © 2015 ntels. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KNTableViewCell : UITableViewCell
- @end
- @interface KNTableViewCell2 : UITableViewCell
- @end
|