12345678910111213141516171819 |
- //
- // YOUPAILZChatRoomBgImgAttachment.h
- // MSYOUPAI
- //
- // Created by CY on 2022/1/8.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomBgImgAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong) NSString *bg;
- @end
- NS_ASSUME_NONNULL_END
|