
public interface IExample {

	public int doSomething(int withThat);
}

