// // YOUPAILZLiveInviteCell.h // TIANYAN // // Created by CY on 2021/5/28. // Copyright © 2021 leo. All rights reserved. // #import #import "LZLiveEnum.h" #import "YOUPAILZLiveInviteModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveInviteCell : UITableViewCell @property (nonatomic,copy) void (^youpaipinviteBlock)(YOUPAILZLiveInviteModel *model); - (void)youpaifreloadWithModel:(YOUPAILZLiveInviteModel *)model type:(LZLiveInviteType)type; @end NS_ASSUME_NONNULL_END