12345678910111213141516171819 |
- //
- // KXMainDetailTableViewCell.h
- // QBCS
- //
- // Created by kuxuan on 2017/6/6.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXMainDetailTableViewCell : UITableViewCell
- @property (nonatomic,strong)UILabel *nameLabel;
- @property (nonatomic,strong)UILabel *contentLabel;
- @property (nonatomic,strong)UILabel *lineLabel;
- @property (nonatomic,strong)UIImageView *ImageView;
- @end
|