// // YOUPAIShowHeaderBigImageCell.h // MSYOUPAI // // Created by xiaohaoran on 2022/3/2. // Copyright © 2022 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAIShowHeaderBigImageCell : UICollectionViewCell @property (strong, nonatomic) UIImageView *youpaipiconImageView; @end NS_ASSUME_NONNULL_END