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