12345678910111213141516171819202122 |
- //
- // YOUPAILZLiveAnchorHotListVC.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZCBaseVC.h"
- #import "JXCategoryListContainerView.h"
- #import "LZLiveEnum.h"
- #import "YOUPAILZLiveMemberModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveAnchorHotListVC : ZCBaseVC<JXCategoryListContentViewDelegate>
- @property (nonatomic,assign) LZLiveAnchorHotListType youpaiptype;
- @property (nonatomic,strong) NSString *youpaiplive_id;
- @property (nonatomic,assign) BOOL youpaipisAnchor;
- @property (nonatomic, copy) void (^selectedMemberBlock)(YOUPAILZLiveMemberModel *member);
- @end
- NS_ASSUME_NONNULL_END
|