OrderCommentCell.h 433 B

1234567891011121314151617181920
  1. //
  2. // OrderCommentCell.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/6/30.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CDPStarEvaluation.h"
  10. @interface OrderCommentCell : UITableViewCell
  11. {
  12. UILabel *nameLabel, *dateLabel, *contentLabel, *tag1Label, *tag2Label, *tag3Label ;
  13. CDPStarEvaluation *starImageView;//星形评价
  14. }
  15. @property (nonatomic, strong) NSDictionary *dataDic;
  16. @end