增加换肤功能
This commit is contained in:
21
Pods/SVGAPlayer/Source/SVGAExporter.h
generated
Normal file
21
Pods/SVGAPlayer/Source/SVGAExporter.h
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// SVGAExporter.h
|
||||
// SVGAPlayer
|
||||
//
|
||||
// Created by 崔明辉 on 2017/3/7.
|
||||
// Copyright © 2017年 UED Center. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class SVGAVideoEntity;
|
||||
|
||||
@interface SVGAExporter : NSObject
|
||||
|
||||
@property (nonatomic, strong) SVGAVideoEntity *videoItem;
|
||||
|
||||
- (NSArray<UIImage *> *)toImages;
|
||||
|
||||
- (void)saveImages:(NSString *)toPath filePrefix:(NSString *)filePrefix;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user