blob: 192351b6c661c65e37ca121691d1254f3487b7b0 [file] [log] [blame]
#ifndef _RIVE_CUSTOM_PROPERTY_NUMBER_HPP_
#define _RIVE_CUSTOM_PROPERTY_NUMBER_HPP_
#include "rive/generated/custom_property_number_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomPropertyNumber : public CustomPropertyNumberBase
{
public:
};
} // namespace rive
#endif