YOUPAIZYUserZiLiaoGRTopCell.h 438 B

123456789101112131415161718
  1. //
  2. // YOUPAIZYUserZiLiaoGRTopCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by xiaohaoran on 2022/3/3.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCUserShowModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIZYUserZiLiaoGRTopCell : UICollectionViewCell
  12. @property (nonatomic, strong) UILabel *youpaiptitleLabel;
  13. @property(nonatomic,strong)YOUPAILCUserShowModel *youpaipmodel;
  14. @end
  15. NS_ASSUME_NONNULL_END