12345678910111213141516171819 |
- //
- // YOUPAILZLiveCloseAttachment.h
- // TIANYAN
- //
- // Created by CY on 2021/5/26.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveCloseAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property(nonatomic,strong)NSString *roomid; // 直接间ID
- @end
- NS_ASSUME_NONNULL_END
|