CommentZzCell.h 492 B

123456789101112131415161718
  1. //
  2. // CommentZzCell.h
  3. // jiaPei
  4. //
  5. // Created by EchoShacolee on 2017/2/16.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CommentZzCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *headImgV;
  11. @property (weak, nonatomic) IBOutlet UILabel *nameLab;
  12. @property (weak, nonatomic) IBOutlet UIView *ratingBar;
  13. @property (weak, nonatomic) IBOutlet UILabel *contentLab;
  14. @property (weak, nonatomic) IBOutlet UILabel *timeLab;
  15. @end