mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
410 B
Objective-C
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 */
|