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