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