12345678910111213141516171819 |
- //
- // YOUPAILZLiveRankAttachment.h
- // VQU
- //
- // Created by CY on 2021/7/23.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveRankAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic,strong) NSArray *rank;
- @end
- NS_ASSUME_NONNULL_END
|