// // YOUPAILCGiftSendView.h // LiveChat // // Created by 张灿 on 2018/9/29. // Copyright © 2018年 caicai. All rights reserved. // #import #import "YOUPAILCGiftModel.h" typedef void(^sendMultiGiftBlock)(NSString* giftId,NSInteger count); @interface YOUPAILCGiftSendView : UIView @property(nonatomic,copy)sendMultiGiftBlock youpaipsendMultiGift; @property(nonatomic,strong)UIWindow* youpaipalertWindow; @property(nonatomic,assign)NSInteger youpaiptype; //type1表示动态列表 type2需要传入礼物模型 - (instancetype)initWithModel:(YOUPAILCGiftModel*)model type:(NSInteger)type; - (void)youpaifshow; @end