YOUPAILZLiveAnchorHotListVC.h 665 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveAnchorHotListVC.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. #import "JXCategoryListContainerView.h"
  10. #import "LZLiveEnum.h"
  11. #import "YOUPAILZLiveMemberModel.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface YOUPAILZLiveAnchorHotListVC : ZCBaseVC<JXCategoryListContentViewDelegate>
  14. @property (nonatomic,assign) LZLiveAnchorHotListType youpaiptype;
  15. @property (nonatomic,strong) NSString *youpaiplive_id;
  16. @property (nonatomic,assign) BOOL youpaipisAnchor;
  17. @property (nonatomic, copy) void (^selectedMemberBlock)(YOUPAILZLiveMemberModel *member);
  18. @end
  19. NS_ASSUME_NONNULL_END