package p;

/** typecomment template*/
public interface B {

	void abstractM();

	void m1(String s);

}