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