1234567891011121314151617181920 |
- //
- // YOUPAILZRecommendAnchorCell.h
- // VQU
- //
- // Created by CY on 2021/6/11.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZLiveListItemModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZRecommendAnchorCell : UITableViewCell
- - (void)youpaifreloadWithModel:(YOUPAILZLiveListItemModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|