12345678910111213141516171819 |
- //
- // LOTRoundedRectAnimator.h
- // Lottie
- //
- // Created by brandon_withrow on 7/19/17.
- // Copyright © 2017 Airbnb. All rights reserved.
- //
- #import "LOTAnimatorNode.h"
- #import "LOTShapeRectangle.h"
- @interface LOTRoundedRectAnimator : LOTAnimatorNode
- - (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
- shapeRectangle:(LOTShapeRectangle *_Nonnull)shapeRectangle;
- @end
|