package pkgOne; public interface MyInterface { void methodOne(); void methodTwo(); void methodThree(); }