blob: 3cd5be0c2f56e0f1dc53adc325276d16317dd76c [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