1234567891011121314151617 |
- //
- // YOUPAILZChatRoomBlindDateSelectedAttrchment.h
- // YOUQU
- //
- // Created by CY on 2021/12/17.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomBlindDateSelectedAttrchment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @end
- NS_ASSUME_NONNULL_END
|