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