mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
16 lines
312 B
Objective-C
16 lines
312 B
Objective-C
#ifndef LottieAnimationInternal_h
|
|
#define LottieAnimationInternal_h
|
|
|
|
#include <LottieCpp/LottieAnimation.h>
|
|
#include "Lottie/Private/Model/Animation.hpp"
|
|
|
|
#include <memory>
|
|
|
|
@interface LottieAnimation (Internal)
|
|
|
|
- (std::shared_ptr<lottie::Animation>)animationImpl;
|
|
|
|
@end
|
|
|
|
#endif /* LottieAnimationInternal_h */
|