SelectBankerTableViewCell.h 405 B

1234567891011121314151617
  1. //
  2. // SelectBankerTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by yy on 17/2/22.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SelectBankerTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *iconImageView;
  11. @property (weak, nonatomic) IBOutlet UILabel *commentLabel;
  12. @property (weak, nonatomic) IBOutlet UILabel *coinLabel;
  13. @end