123456789101112131415161718 |
- //
- // YOUPAIZYUserZiLiaoGRTopCell.h
- // MSYOUPAI
- //
- // Created by xiaohaoran on 2022/3/3.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|