| #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 |