LOTCircleAnimator.h 415 B

123456789101112131415161718
  1. //
  2. // LOTCircleAnimator.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 "LOTShapeCircle.h"
  10. @interface LOTCircleAnimator : LOTAnimatorNode
  11. - (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
  12. shapeCircle:(LOTShapeCircle *_Nonnull)shapeCircle;
  13. @end