NewListNoImg.h 434 B

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