// // SelectBankerTableViewCell.h // BuguLive // // Created by yy on 17/2/22. // Copyright © 2017年 xfg. All rights reserved. // #import @interface SelectBankerTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *iconImageView; @property (weak, nonatomic) IBOutlet UILabel *commentLabel; @property (weak, nonatomic) IBOutlet UILabel *coinLabel; @end