Files
yuyin_ios/SweetParty/常用工具/svga缓存类/AOESVGAEntity.h

46 lines
812 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// AOESVGAEntity.h
// AOESVGASimple
//
// Created by 夏宁忠 on 2018/3/9.
// Copyright © 2018年 夏宁忠. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface AOESVGAEntity : NSObject
/**
svga文件版本:URL相同但服务端文件已经更新
*/
@property (nonatomic, strong)NSString *svga_version;
/**
SVGA URL /
*/
@property (nonatomic, strong)NSString *svga_url;
/**
SVGA
*/
@property (nonatomic, strong)NSString *svga_title;
/**
SVGA
*/
@property (nonatomic, strong)NSString *svga_description;
/**
SVGA
*/
@property (nonatomic, assign)CGRect svga_forSupviewRect;
/**
SVGA
*/
@property (nonatomic, strong)id superView;
@end