SuctionMoneyCell.h 426 B

12345678910111213141516171819
  1. //
  2. // SuctionMoneyCell.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/8/10.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SuctionMoneyCell : UITableViewCell
  10. @property (nonatomic, strong) UIView *lineView;
  11. @property (weak, nonatomic) IBOutlet UILabel *nameLabel;
  12. @property (strong, nonatomic)GlobalVariables *BuguLive;
  13. - (void)setCellWithMoney:(NSString *)money;
  14. @end