// // HonorTableViewCell.h // model // // Created by liufei on 2018/7/25. // Copyright © 2018年 Mine. All rights reserved. // #import @interface HonorTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UITextView *honorTextView; @property (weak, nonatomic) IBOutlet UIView *lineView; @property (weak, nonatomic) IBOutlet UILabel *numberLabel; @end