YOUPAILZLiveManageAttachment.h 573 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZLiveManageAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/25.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveManageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic, strong) NSString *forbidden_uid; /// 被操作者的uid
  13. @property (nonatomic, strong) NSString *name;
  14. @property (nonatomic, strong) NSString *des;
  15. @property (nonatomic, strong) NSString *user_des;
  16. @end
  17. NS_ASSUME_NONNULL_END