12345678910111213141516171819 |
- //
- // YOUPAILZChatRoomSeatInlineWindow.h
- // VQU
- //
- // Created by CY on 2021/11/6.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomSeatInlineWindow : ZYBaseWindow
- @property (nonatomic,strong)NSString *youpaiproomId;
- @end
- NS_ASSUME_NONNULL_END
|