LOTGradientFillRender.h 422 B

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