LOTRoundedRectAnimator.h 436 B

12345678910111213141516171819
  1. //
  2. // LOTRoundedRectAnimator.h
  3. // Lottie
  4. //
  5. // Created by brandon_withrow on 7/19/17.
  6. // Copyright © 2017 Airbnb. All rights reserved.
  7. //
  8. #import "LOTAnimatorNode.h"
  9. #import "LOTShapeRectangle.h"
  10. @interface LOTRoundedRectAnimator : LOTAnimatorNode
  11. - (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
  12. shapeRectangle:(LOTShapeRectangle *_Nonnull)shapeRectangle;
  13. @end