#ifndef LottieRenderTreeInternal_h #define LottieRenderTreeInternal_h #include #import "RenderNode.hpp" #include @interface LottieRenderNode (Internal) - (instancetype _Nonnull)initWithRenderNode:(std::shared_ptr const &)renderNode __attribute__((objc_direct)); @end #endif /* LottieRenderTreeInternal_h */