增加换肤功能

This commit is contained in:
启星
2025-08-14 10:07:49 +08:00
parent f6964c1e89
commit 4f9318d98e
8789 changed files with 978530 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "SVGA.h"
#import "SVGAAudioEntity.h"
#import "SVGAAudioLayer.h"
#import "SVGABezierPath.h"
#import "SVGABitmapLayer.h"
#import "SVGAContentLayer.h"
#import "SVGAExporter.h"
#import "SVGAImageView.h"
#import "SVGAParser.h"
#import "SVGAPlayer.h"
#import "SVGAVectorLayer.h"
#import "SVGAVideoEntity.h"
#import "SVGAVideoSpriteEntity.h"
#import "SVGAVideoSpriteFrameEntity.h"
#import "Svga.pbobjc.h"
FOUNDATION_EXPORT double SVGAPlayerVersionNumber;
FOUNDATION_EXPORT const unsigned char SVGAPlayerVersionString[];