submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / include / container_component.hpp
1 #ifndef _RIVE_CONTAINER_COMPONENT_HPP_
2 #define _RIVE_CONTAINER_COMPONENT_HPP_
3 #include "generated/container_component_base.hpp"
4 #include <vector>
5 namespace rive
6 {
7         class ContainerComponent : public ContainerComponentBase
8         {
9         };
10 } // namespace rive
11
12 #endif