package pm.macro.state; import pm.Button; import pm.macro.State; public class Hold extends State { public Hold(Button button) { super(button); } }