// // YOUPAILZLiveFollowAttachment.h // TIANYAN // // Created by CY on 2021/6/2. // Copyright © 2021 leo. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveFollowAttachment : NSObject @property (nonatomic, strong) NSString *roomid; /// 聊天室id @property (nonatomic, strong) NSString *msg; /// 消息体 @end NS_ASSUME_NONNULL_END