YOUPAILCCoinBtnCell.h 441 B

1234567891011121314151617
  1. //
  2. // YOUPAILCCoinBtnCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/22.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAILCCoinBtnCell : UITableViewCell
  10. @property(nonatomic,strong)UIView* youpaipbaseView;
  11. @property(nonatomic,strong)UILabel* youpaipheadLabel;
  12. //@property(nonatomic,strong)UILabel* dataLabel;
  13. @property(nonatomic,strong)UIButton* youpaipfooterBtn;
  14. @end