// // YOUPAIZYUserZiLiaoBHPhotoCell.h // VQU // // Created by 肖浩然的mac on 2021/7/10. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYUserZiLiaoBHPhotoCell : UICollectionViewCell @property (strong, nonatomic) UIImageView *youpaipiconImageView; @property(nonatomic,strong)UILabel *youpaipNameLabel; @property(nonatomic,strong)UILabel *youpaipNumLabel; @end NS_ASSUME_NONNULL_END