2017-08-01 14:44:03 -07:00

18 lines
292 B
Objective-C

//
// 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