YOUPAILZLiveProtocolWindow.h 377 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZLiveProtocolWindow.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/28.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZLiveProtocolWindow : ZYBaseWindow
  11. @property (nonatomic, copy)void (^youpaipagreeStartLiveBlock)(BOOL isAgreeProtocol);// 同意开始直播回调
  12. @end
  13. NS_ASSUME_NONNULL_END