HonorTableViewCell.h 390 B

12345678910111213141516
  1. //
  2. // HonorTableViewCell.h
  3. // model
  4. //
  5. // Created by liufei on 2018/7/25.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HonorTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UITextView *honorTextView;
  11. @property (weak, nonatomic) IBOutlet UIView *lineView;
  12. @property (weak, nonatomic) IBOutlet UILabel *numberLabel;
  13. @end