// // CommentZzCell.h // jiaPei // // Created by EchoShacolee on 2017/2/16. // Copyright © 2017年 JCZ. All rights reserved. // #import @interface CommentZzCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *headImgV; @property (weak, nonatomic) IBOutlet UILabel *nameLab; @property (weak, nonatomic) IBOutlet UIView *ratingBar; @property (weak, nonatomic) IBOutlet UILabel *contentLab; @property (weak, nonatomic) IBOutlet UILabel *timeLab; @end