提交
This commit is contained in:
19
Pods/SVGAPlayer/Source/SVGAVectorLayer.h
generated
Normal file
19
Pods/SVGAPlayer/Source/SVGAVectorLayer.h
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// SVGAVectorLayer.h
|
||||
// SVGAPlayer
|
||||
//
|
||||
// Created by 崔明辉 on 2017/2/20.
|
||||
// Copyright © 2017年 UED Center. All rights reserved.
|
||||
//
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
@class SVGAVideoSpriteFrameEntity;
|
||||
|
||||
@interface SVGAVectorLayer : CALayer
|
||||
|
||||
- (instancetype)initWithFrames:(NSArray<SVGAVideoSpriteFrameEntity *> *)frames;
|
||||
|
||||
- (void)stepToFrame:(NSInteger)frame;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user