newDetailVC.h 495 B

12345678910111213141516171819202122232425
  1. //
  2. // newDetailVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/1/19.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface newDetailVC : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *headImg;
  11. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *sourceLabel;
  13. @property (weak, nonatomic) IBOutlet UILabel *readCount;
  14. @property (weak, nonatomic) IBOutlet UILabel *contentLabel;
  15. @end