YOUPAILZLabelCollectionCell.h 453 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZLabelCollectionCell.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/15.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAIZYLabelModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLabelCollectionCell : UICollectionViewCell
  12. /* YOUPAIZYLabelModel */
  13. @property (strong, nonatomic) YOUPAIZYLabelModel *youpaipmodel;
  14. - (void)youpaifreloadWithModel:(YOUPAIZYLabelModel *)model;
  15. @end
  16. NS_ASSUME_NONNULL_END