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