blob: b755a3914ad5e5787ac2a5b8b7877eb80c4c6bb4 [file] [log] [blame]
#ifndef _RIVE_TRANSFORM_COMPONENT_CONSTRAINT_Y_HPP_
#define _RIVE_TRANSFORM_COMPONENT_CONSTRAINT_Y_HPP_
#include "rive/generated/constraints/transform_component_constraint_y_base.hpp"
#include <stdio.h>
namespace rive {
class TransformComponentConstraintY : public TransformComponentConstraintYBase {
public:
};
} // namespace rive
#endif