6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
|
package foo;
|
||
|
|
|
||
|
|
interface IFoo {
|
||
|
|
void doFoo();
|
||
|
|
}
|