YOUPAILZRecommendAnchorView.h 500 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZRecommendAnchorView.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/6/11.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILZLiveListItemModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZRecommendAnchorView : UIView
  12. + (void)youpaifshowWithSuperView:(UIView *)superV currentLiveId:(NSString *)currentLiveId selectedBlock:(void (^)(YOUPAILZLiveListItemModel *model))selectedBlock hiddenBlock:(void (^)(void))hiddenBlcok;
  13. @end
  14. NS_ASSUME_NONNULL_END