YOUPAILZChatRoomBgImgAttachment.h 406 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZChatRoomBgImgAttachment.h
  3. // MSYOUPAI
  4. //
  5. // Created by CY on 2022/1/8.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZChatRoomBgImgAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic,strong) NSString *bg;
  13. @end
  14. NS_ASSUME_NONNULL_END