YOUPAILZChatRoomInviationUpSeatListWindow.h 428 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILZChatRoomInviationUpSeatListWindow.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/5.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZChatRoomInviationUpSeatListWindow : ZYBaseWindow
  11. @property (nonatomic, strong)NSString *youpaiproomId; // 房间号
  12. @property (nonatomic, assign)NSInteger youpaipseatId; // 座位号
  13. @end
  14. NS_ASSUME_NONNULL_END