12345678910111213141516171819 |
- //
- // YOUPAILZLiveProtocolWindow.h
- // VQU
- //
- // Created by CY on 2021/7/28.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveProtocolWindow : ZYBaseWindow
- @property (nonatomic, copy)void (^youpaipagreeStartLiveBlock)(BOOL isAgreeProtocol);// 同意开始直播回调
- @end
- NS_ASSUME_NONNULL_END
|