Açıklama Yok

KXMainDetailTableViewCell.h 426B

12345678910111213141516171819
  1. //
  2. // KXMainDetailTableViewCell.h
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/6.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXMainDetailTableViewCell : UITableViewCell
  10. @property (nonatomic,strong)UILabel *nameLabel;
  11. @property (nonatomic,strong)UILabel *contentLabel;
  12. @property (nonatomic,strong)UILabel *lineLabel;
  13. @property (nonatomic,strong)UIImageView *ImageView;
  14. @end