blob: a7234e8436aafe0df3e954d014583c9f08805fe6 [file] [log] [blame]
#ifndef _RIVE_VIEW_MODEL_INSTANCE_STRING_HPP_
#define _RIVE_VIEW_MODEL_INSTANCE_STRING_HPP_
#include "rive/generated/viewmodel/viewmodel_instance_string_base.hpp"
#include <stdio.h>
namespace rive
{
class ViewModelInstanceString : public ViewModelInstanceStringBase
{
public:
void propertyValueChanged() override;
};
} // namespace rive
#endif