YOUPAILZChatRoomApplySeatAttachment.h 593 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZChatRoomApplySeatAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/6.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomApplySeatAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong)NSString *roomid;
  13. @property (nonatomic,strong)NSString *op_uid;
  14. @property (nonatomic,strong)NSString *num;
  15. @property (nonatomic,strong)NSString *status; //0、拒绝,1、同意,2、用户申请
  16. @end
  17. NS_ASSUME_NONNULL_END