YOUPAILZChatRoomInviactionUpSeatAttachment.h 614 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAILZChatRoomInviactionUpSeatAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/11/5.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomInviactionUpSeatAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property(nonatomic,strong)NSString *roomid; // 房间号
  13. @property(nonatomic,strong)NSString *from_uid; // 房间号
  14. @property(nonatomic,strong)NSString *to_uid; // 房间号
  15. @property(nonatomic,strong)NSString *seat; // 房间号
  16. @end
  17. NS_ASSUME_NONNULL_END