123456789101112131415161718192021 |
- //
- // YOUPAILZChatRoomEmptyChatAttachment.h
- // VQU
- //
- // Created by CY on 2021/11/9.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomEmptyChatAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong) NSString *from_uid;
- @property (nonatomic,strong) NSString *roomid;
- @property (nonatomic,strong) NSString *clear_msg;
- @end
- NS_ASSUME_NONNULL_END
|