blob: 80115e3746e414e5bb1f4e9add736a8dd8da34ee [file] [log] [blame] [edit]
#ifndef _RIVE_CUSTOM_PROPERTY_GROUP_HPP_
#define _RIVE_CUSTOM_PROPERTY_GROUP_HPP_
#include "rive/generated/custom_property_group_base.hpp"
#include <stdio.h>
namespace rive
{
class CustomPropertyGroup : public CustomPropertyGroupBase
{
public:
};
} // namespace rive
#endif