package test; public interface InterfaceProj1 { public abstract int aMethod(); }