12345678910111213141516171819 |
- //
- // YOUPAILCDynamicFootView.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/7.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILCDynamicModel.h"
- @interface YOUPAILCDynamicFootView : UIView
- @property(nonatomic,strong)UIButton* youpaiprewardBtn,*youpaipvideoBtn,*youpaipimBtn,*youpaipattentionBtn;
- @property(nonatomic,strong)UIButton* youpaipmoreBtn;
- /* 赠送礼物 */
- //@property (strong, nonatomic) UIButton *youpaipsendGiftBtn;
- @property(nonatomic,strong)YOUPAILCDynamicModel* youpaipdyModel;
- - (instancetype)initWithFrame:(CGRect)frame model:(YOUPAILCDynamicModel*)model;
- @end
|