先提交
This commit is contained in:
21
Pods/lottie-ios/lottie-ios/Classes/Models/LOTShapeTrimPath.h
generated
Normal file
21
Pods/lottie-ios/lottie-ios/Classes/Models/LOTShapeTrimPath.h
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// LOTShapeTrimPath.h
|
||||
// LottieAnimator
|
||||
//
|
||||
// Created by brandon_withrow on 7/26/16.
|
||||
// Copyright © 2016 Brandon Withrow. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "LOTKeyframe.h"
|
||||
|
||||
@interface LOTShapeTrimPath : NSObject
|
||||
|
||||
- (instancetype)initWithJSON:(NSDictionary *)jsonDictionary;
|
||||
|
||||
@property (nonatomic, readonly) NSString *keyname;
|
||||
@property (nonatomic, readonly) LOTKeyframeGroup *start;
|
||||
@property (nonatomic, readonly) LOTKeyframeGroup *end;
|
||||
@property (nonatomic, readonly) LOTKeyframeGroup *offset;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user