blob: 5a541f413e9383db723590d9d28a5838524480a7 [file] [log] [blame]
#ifndef _RIVE_BINDABLE_PROPERTY_ID_HPP_
#define _RIVE_BINDABLE_PROPERTY_ID_HPP_
#include "rive/generated/data_bind/bindable_property_id_base.hpp"
#include <stdio.h>
namespace rive
{
class BindablePropertyId : public BindablePropertyIdBase
{
public:
};
} // namespace rive
#endif