12345678910111213141516171819202122 |
- //
- // YOUPAILZLiveBoardCycleViewCell.h
- // VQU
- //
- // Created by CY on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAILZLiveModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveBoardCycleViewCell : UICollectionViewCell
- @property (nonatomic,copy) void (^youpaipclickBlock)(void);
- - (void)youpaifreloadWithModel:(LZLiveAnchorRankInfoContentModel *)model type:(NSString *)type;
- @end
- NS_ASSUME_NONNULL_END
|