1234567891011121314151617181920 |
- //
- // YOUPAILZChatRoomInviationUpSeatListWindow.h
- // VQU
- //
- // Created by CY on 2021/11/5.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomInviationUpSeatListWindow : ZYBaseWindow
- @property (nonatomic, strong)NSString *youpaiproomId; // 房间号
- @property (nonatomic, assign)NSInteger youpaipseatId; // 座位号
- @end
- NS_ASSUME_NONNULL_END
|