1234567891011121314151617181920 |
- //
- // YOUPAILZChatRoomTransferPlayAttachment.h
- // YOUQU
- //
- // Created by CY on 2021/12/14.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomTransferPlayAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic, strong)NSString *type;
- @property (nonatomic, strong)NSArray *blind_status;
- @end
- NS_ASSUME_NONNULL_END
|