blob: 28639623810a9f43b3b17963993a08ca77ff5b19 [file] [log] [blame]
#ifndef _RIVE_CUSTOM_PROPERTY_HPP_
#define _RIVE_CUSTOM_PROPERTY_HPP_
#include "rive/generated/custom_property_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomProperty : public CustomPropertyBase
{
public:
};
} // namespace rive
#endif