blob: 7efc20e4c2dcedbe37a2324bf7843ce5abc85018 [file] [log] [blame]
#ifndef _RIVE_CUSTOM_PROPERTY_STRING_HPP_
#define _RIVE_CUSTOM_PROPERTY_STRING_HPP_
#include "rive/generated/custom_property_string_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomPropertyString : public CustomPropertyStringBase
{
public:
};
} // namespace rive
#endif