2024-05-07 13:11:53 +04:00

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 */