YOUPAILZLiveCarAttachment.h 516 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZLiveCarAttachment.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/8/30.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "LCCustomAttachmentDefine.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILZLiveCarAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
  12. @property (nonatomic, strong) NSString *car;
  13. @property (nonatomic, strong) NSString *car_preview_svga;
  14. @property (nonatomic, strong) NSString *car_big_preview_img_svga;
  15. @end
  16. NS_ASSUME_NONNULL_END