Swiftgram/submodules/TelegramUI/Components/LottieCpp/Sources/LottieAnimationContainerInternal.h
2024-05-07 13:11:53 +04:00

14 lines
410 B
Objective-C

#ifndef LottieAnimationContainerInternal_h
#define LottieAnimationContainerInternal_h
#include "Lottie/Private/MainThread/LayerContainers/MainThreadAnimationLayer.hpp"
#include <LottieCpp/LottieAnimationContainer.h>
@interface LottieAnimationContainer (Internal)
@property (nonatomic, readonly) std::shared_ptr<lottie::MainThreadAnimationLayer> layer;
@end
#endif /* LottieAnimationContainerInternal_h */