12345678910111213141516171819 |
- //
- // YOUPAILZLiveAnchorHotWindow.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- #import "YOUPAILZLiveMemberModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveAnchorHotWindow : ZYBaseWindow
- @property (nonatomic, copy) void (^selectedMemberBlock)(YOUPAILZLiveMemberModel *member);
- @property (nonatomic,strong) NSString *youpaiplive_id;
- @property (nonatomic,assign) BOOL youpaipisAnchor;
- @end
- NS_ASSUME_NONNULL_END
|