LOTRenderNode.h 292 B

1234567891011121314151617
  1. //
  2. // LOTRenderNode.h
  3. // Pods
  4. //
  5. // Created by brandon_withrow on 6/27/17.
  6. //
  7. //
  8. #import "LOTAnimatorNode.h"
  9. @interface LOTRenderNode : LOTAnimatorNode
  10. @property (nonatomic, readonly, strong) CAShapeLayer * _Nonnull outputLayer;
  11. - (NSDictionary * _Nonnull)actionsForRenderLayer;
  12. @end