payWayTableViewCell.h 430 B

1234567891011121314151617
  1. //
  2. // payWayTableViewCell.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/7/11.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface payWayTableViewCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *image;
  11. @property (weak, nonatomic) IBOutlet UILabel *label;
  12. @property (weak, nonatomic) IBOutlet UIButton *button;
  13. @property (weak, nonatomic) IBOutlet UIView *lineView;
  14. @end