// // YOUPAIZhaPianTextAttachment.h // YOUQU // // Created by xiaohaoran on 2021/12/13. // Copyright © 2021 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZhaPianTextAttachment : NSObject @property(nonatomic,copy)NSString *content; @end NS_ASSUME_NONNULL_END