mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
18 lines
292 B
Objective-C
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
|