// // YOUPAILZLiveBoardCycleViewCell.h // VQU // // Created by CY on 2021/7/23. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILZLiveModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveBoardCycleViewCell : UICollectionViewCell @property (nonatomic,copy) void (^youpaipclickBlock)(void); - (void)youpaifreloadWithModel:(LZLiveAnchorRankInfoContentModel *)model type:(NSString *)type; @end NS_ASSUME_NONNULL_END