// // YOUPAILZRecommendAnchorView.h // VQU // // Created by CY on 2021/6/11. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILZLiveListItemModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZRecommendAnchorView : UIView + (void)youpaifshowWithSuperView:(UIView *)superV currentLiveId:(NSString *)currentLiveId selectedBlock:(void (^)(YOUPAILZLiveListItemModel *model))selectedBlock hiddenBlock:(void (^)(void))hiddenBlcok; @end NS_ASSUME_NONNULL_END