ConverTableViewCell.h 435 B

123456789101112131415161718
  1. //
  2. // ConverTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/7/19.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ConverTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *label;
  11. @property (weak, nonatomic) IBOutlet UILabel *lineLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *lettLabel;
  13. @property (weak, nonatomic) IBOutlet UIButton *rightBtn;
  14. @end