package HFDP_Strategy_State.headfirst.strategy;

public interface QuackBehavior {
	public void quack();
}
