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