1234567891011121314151617 |
- //
- // LOTRenderNode.h
- // Pods
- //
- // Created by brandon_withrow on 6/27/17.
- //
- //
- #import "LOTAnimatorNode.h"
- @interface LOTRenderNode : LOTAnimatorNode
- @property (nonatomic, readonly, strong) CAShapeLayer * _Nonnull outputLayer;
- - (NSDictionary * _Nonnull)actionsForRenderLayer;
- @end
|