Files
keyboard/Pods/lottie-ios/lottie-ios/Classes/RenderSystem/AnimatorNodes/LOTCircleAnimator.h
2025-11-04 13:50:32 +08:00

18 lines
415 B
Objective-C

//
// LOTCircleAnimator.h
// Lottie
//
// Created by brandon_withrow on 7/19/17.
// Copyright © 2017 Airbnb. All rights reserved.
//
#import "LOTAnimatorNode.h"
#import "LOTShapeCircle.h"
@interface LOTCircleAnimator : LOTAnimatorNode
- (instancetype _Nonnull)initWithInputNode:(LOTAnimatorNode *_Nullable)inputNode
shapeCircle:(LOTShapeCircle *_Nonnull)shapeCircle;
@end