YOUPAILZChatRoomEmojiAttachment.h 497 B

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