2017-07-28 14:46:27 -07:00

18 lines
410 B
Objective-C

//
// LOTTrimPathNode.h
// Lottie
//
// Created by brandon_withrow on 7/21/17.
// Copyright © 2017 Airbnb. All rights reserved.
//
#import "LOTAnimatorNode.h"
#import "LOTShapeTrimPath.h"
@interface LOTTrimPathNode : LOTAnimatorNode
- (instancetype _Nonnull )initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
trimPath:(LOTShapeTrimPath *_Nonnull)trimPath;
@end