123456789101112131415161718192021222324 |
- //
- // YOUPAILZLiveVipBarrageAttachment.h
- // VQU
- //
- // Created by CY on 2021/8/30.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveVipBarrageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong) NSString *b_box;
- @property (nonatomic,strong) NSString *avatar_frame;
- @property (nonatomic,strong) NSString *avatar;
- @property (nonatomic,strong) NSString *noble_name;
- @property (nonatomic,strong) NSString *name;
- //@property (nonatomic,strong) NSString *des;
- @end
- NS_ASSUME_NONNULL_END
|