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

18 lines
408 B
Objective-C

//
// LOTPolygonAnimator.h
// Lottie
//
// Created by brandon_withrow on 7/27/17.
// Copyright © 2017 Airbnb. All rights reserved.
//
#import "LOTAnimatorNode.h"
#import "LOTShapeStar.h"
@interface LOTPolygonAnimator : LOTAnimatorNode
- (instancetype _Nonnull )initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
shapePolygon:(LOTShapeStar *_Nonnull)shapeStar;
@end