blob: 302caf0714fe1068279e001f497dbbd35549e0fa [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_STRING_HPP_
#define _RIVE_BINDABLE_PROPERTY_STRING_HPP_
#include "rive/generated/data_bind/bindable_property_string_base.hpp"
#include <stdio.h>
namespace rive
{
class BindablePropertyString : public BindablePropertyStringBase
{
public:
};
} // namespace rive
#endif