123456789101112131415161718192021 |
- //
- // YOUPAILZLiveCarAttachment.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 YOUPAILZLiveCarAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic, strong) NSString *car;
- @property (nonatomic, strong) NSString *car_preview_svga;
- @property (nonatomic, strong) NSString *car_big_preview_img_svga;
- @end
- NS_ASSUME_NONNULL_END
|