KNTableViewCell.h 206 B

1234567891011121314
  1. //
  2. // KNTableViewCell.h
  3. // kneet2
  4. //
  5. // Created by Jason Lee on 10/8/15.
  6. // Copyright © 2015 ntels. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KNTableViewCell : UITableViewCell
  10. @end