// // YOUPAIZYUserZiLiaoBHCell.h // VQU // // Created by 肖浩然的mac on 2021/7/10. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol ZYDidBHCellOrBtnDelegate -(void)youpaifBHDidCellOrBtnclick:(BOOL)isBiHu; @end @interface YOUPAIZYUserZiLiaoBHCell : UICollectionViewCell @property (nonatomic, strong) UILabel *youpaiptitleLabel; @property (strong, nonatomic) NSArray *youpaipdataArr; @property(nonatomic,weak)idyoupaipdelegate; @end NS_ASSUME_NONNULL_END