// // payWayTableViewCell.h // BuguLive // // Created by yy on 16/7/11. // Copyright © 2016年 xfg. All rights reserved. // #import @interface payWayTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *image; @property (weak, nonatomic) IBOutlet UILabel *label; @property (weak, nonatomic) IBOutlet UIButton *button; @property (weak, nonatomic) IBOutlet UIView *lineView; @end