增加换肤功能
This commit is contained in:
31
Pods/Target Support Files/SVGAPlayer/SVGAPlayer-umbrella.h
generated
Normal file
31
Pods/Target Support Files/SVGAPlayer/SVGAPlayer-umbrella.h
generated
Normal 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[];
|
||||
|
||||
Reference in New Issue
Block a user