blob: 28354b4006219a25ce0892dd0b4259eea1c3b677 [file] [log] [blame]
#ifndef _RIVE_VIEW_MODEL_COMPONENT_HPP_
#define _RIVE_VIEW_MODEL_COMPONENT_HPP_
#include "rive/generated/viewmodel/viewmodel_component_base.hpp"
#include <stdio.h>
namespace rive
{
class ViewModelComponent : public ViewModelComponentBase
{
public:
};
} // namespace rive
#endif