// // YOUPAIZYUserZiLiaoPJCell.h // VQU // // Created by 肖浩然的mac on 2021/7/10. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAIZYLabelModel.h" #import "YOUPAILCUserShowModel.h" NS_ASSUME_NONNULL_BEGIN @protocol ZYLabelViewDelegate -(void)youpaifclickLabel:(YOUPAIZYLabelModel *)labelModel; -(void)youpaifbackPJCellHeight:(CGFloat)height; @end @interface YOUPAIZYUserZiLiaoPJCell : UICollectionViewCell @property (nonatomic, strong) UILabel *youpaiptitleLabel; @property(nonatomic,weak)idyoupaipdelegate; @property(nonatomic,strong)NSArray* youpaiplabelArray; /* YOUPAILCUserShowModel */ @property (strong, nonatomic) YOUPAILCUserShowModel *youpaipmodel; @end NS_ASSUME_NONNULL_END