LOTFillRenderer.h 394 B

1234567891011121314151617
  1. //
  2. // LOTFillRenderer.h
  3. // Lottie
  4. //
  5. // Created by brandon_withrow on 6/27/17.
  6. // Copyright © 2017 Airbnb. All rights reserved.
  7. //
  8. #import "LOTRenderNode.h"
  9. #import "LOTShapeFill.h"
  10. @interface LOTFillRenderer : LOTRenderNode
  11. - (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
  12. shapeFill:(LOTShapeFill *_Nonnull)fill;
  13. @end