// // YOUPAILZHomeBannerCell.h // VQU // // Created by 肖浩然的mac on 2021/8/12. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZHomeBannerCell : UICollectionViewCell /* uiimage */ @property (strong, nonatomic) UIImageView *youpaipbgImageView; @end NS_ASSUME_NONNULL_END