// // YOUPAILZLiveManageAttachment.h // VQU // // Created by CY on 2021/8/25. // Copyright © 2021 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveManageAttachment : NSObject @property (nonatomic, strong) NSString *forbidden_uid; /// 被操作者的uid @property (nonatomic, strong) NSString *name; @property (nonatomic, strong) NSString *des; @property (nonatomic, strong) NSString *user_des; @end NS_ASSUME_NONNULL_END