NewsOfLearnCell.h 441 B

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