// // YOUPAILZLiveCarAttachment.h // VQU // // Created by CY on 2021/8/30. // Copyright © 2021 MS. All rights reserved. // #import #import "LCCustomAttachmentDefine.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveCarAttachment : NSObject @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