YOUPAILZChatRoomBlockListWindow.h 580 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZChatRoomBlockListWindow.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/10.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. #import "YOUPAILZChatRoomModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomBlockListWindow : ZYBaseWindow
  12. @property (nonatomic,strong)YOUPAILZChatRoomModel *youpaipchatroomModel;
  13. @property (nonatomic,strong)NSString *youpaiptype; // mute 禁言列表 kick踢人列表
  14. @property (nonatomic,strong)NSString *youpaiptitleStr;
  15. @property (nonatomic,strong)NSString *youpaipbtnTitle;
  16. @end
  17. NS_ASSUME_NONNULL_END