YOUPAILCDynamicFootView.h 635 B

12345678910111213141516171819
  1. //
  2. // YOUPAILCDynamicFootView.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/7.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCDynamicModel.h"
  10. @interface YOUPAILCDynamicFootView : UIView
  11. @property(nonatomic,strong)UIButton* youpaiprewardBtn,*youpaipvideoBtn,*youpaipimBtn,*youpaipattentionBtn;
  12. @property(nonatomic,strong)UIButton* youpaipmoreBtn;
  13. /* 赠送礼物 */
  14. //@property (strong, nonatomic) UIButton *youpaipsendGiftBtn;
  15. @property(nonatomic,strong)YOUPAILCDynamicModel* youpaipdyModel;
  16. - (instancetype)initWithFrame:(CGRect)frame model:(YOUPAILCDynamicModel*)model;
  17. @end