YOUPAILZLiveCloseAttachment.h 416 B

12345678910111213141516171819
  1. //
  2. // YOUPAILZLiveCloseAttachment.h
  3. // TIANYAN
  4. //
  5. // Created by CY on 2021/5/26.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveCloseAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property(nonatomic,strong)NSString *roomid; // 直接间ID
  13. @end
  14. NS_ASSUME_NONNULL_END