blob: 81b38a33ba2814f7ca2b883ea0b54b237f2ed3b9 [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