// // ConverTableViewCell.h // BuguLive // // Created by yy on 16/7/19. // Copyright © 2016年 xfg. All rights reserved. // #import @interface ConverTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *label; @property (weak, nonatomic) IBOutlet UILabel *lineLabel; @property (weak, nonatomic) IBOutlet UILabel *lettLabel; @property (weak, nonatomic) IBOutlet UIButton *rightBtn; @end