LOTPathAnimator.h 353 B

123456789101112131415161718
  1. //
  2. // LOTPathAnimator.h
  3. // Pods
  4. //
  5. // Created by brandon_withrow on 6/27/17.
  6. //
  7. //
  8. #import "LOTAnimatorNode.h"
  9. #import "LOTShapePath.h"
  10. @interface LOTPathAnimator : LOTAnimatorNode
  11. - (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
  12. shapePath:(LOTShapePath *_Nonnull)shapePath;
  13. @end