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