123456789101112131415161718192021 |
- //
- // YOUPAILZLiveBarrageAttachment.h
- // VQU
- //
- // Created by CY on 2021/7/24.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveBarrageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong) NSDictionary *rankInfo;
- @property (nonatomic,strong) NSDictionary *gradeInfo;
- @property (nonatomic,strong) NSDictionary *userInfo;
- @end
- NS_ASSUME_NONNULL_END
|