public interface Speaks {
	void speak(String s);
}
