12345678910111213141516171819202122 |
- //
- // YOUPAILZLiveManageAttachment.h
- // VQU
- //
- // Created by CY on 2021/8/25.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveManageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @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
|