123456789101112131415161718192021 |
- //
- // YOUPAILZLabelCollectionCell.h
- // VQU
- //
- // Created by CY on 2021/7/15.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAIZYLabelModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLabelCollectionCell : UICollectionViewCell
- /* YOUPAIZYLabelModel */
- @property (strong, nonatomic) YOUPAIZYLabelModel *youpaipmodel;
- - (void)youpaifreloadWithModel:(YOUPAIZYLabelModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|