YOUPAILZChatRoomSeatInlineWindow.h 329 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZChatRoomSeatInlineWindow.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/6.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZChatRoomSeatInlineWindow : ZYBaseWindow
  11. @property (nonatomic,strong)NSString *youpaiproomId;
  12. @end
  13. NS_ASSUME_NONNULL_END