blob: ba4f9f6461519671cbb6c74b2433f9a7539b793a [file] [log] [blame]
#ifndef _RIVE_CONTAINER_COMPONENT_HPP_
#define _RIVE_CONTAINER_COMPONENT_HPP_
#include "rive/generated/container_component_base.hpp"
#include <vector>
namespace rive {
class ContainerComponent : public ContainerComponentBase {};
} // namespace rive
#endif