// // YOUPAIZYUserZiLiaoGRTopCell.h // MSYOUPAI // // Created by xiaohaoran on 2022/3/3. // Copyright © 2022 MS. All rights reserved. // #import #import "YOUPAILCUserShowModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYUserZiLiaoGRTopCell : UICollectionViewCell @property (nonatomic, strong) UILabel *youpaiptitleLabel; @property(nonatomic,strong)YOUPAILCUserShowModel *youpaipmodel; @end NS_ASSUME_NONNULL_END