1234567891011121314151617181920 |
- //
- // YOUPAILZChatRoomReloadSeatAttachment.h
- // VQU
- //
- // Created by CY on 2021/11/4.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomReloadSeatAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property(nonatomic,strong)NSArray *normal; // 其他座位
- @property(nonatomic,strong)NSDictionary *host; // 主持座位
- @end
- NS_ASSUME_NONNULL_END
|