// // YOUPAILCCoinBtnCell.h // LiveChat // // Created by 张灿 on 2018/4/22. // Copyright © 2018年 caicai. All rights reserved. // #import @interface YOUPAILCCoinBtnCell : UITableViewCell @property(nonatomic,strong)UIView* youpaipbaseView; @property(nonatomic,strong)UILabel* youpaipheadLabel; //@property(nonatomic,strong)UILabel* dataLabel; @property(nonatomic,strong)UIButton* youpaipfooterBtn; @end