| 1234567891011121314151617 |
- //
- // payWayTableViewCell.h
- // BuguLive
- //
- // Created by yy on 16/7/11.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @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
|