// // YOUPAIProfileCollectionCell.h // MSYOUPAI // // Created by xiaohaoran on 2022/3/1. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIProfileCollectionCell : UICollectionViewCell @property (strong, nonatomic) UIImageView *vqupiconImageView; @property (strong, nonatomic) UILabel *vqupTitleLabel; //@property(nonatomic,strong)UIImageView *vqupmoneyImage; @end NS_ASSUME_NONNULL_END