5 lines
60 B
Java
Vendored
5 lines
60 B
Java
Vendored
public interface NotSam {
|
|
void foo();
|
|
void bar();
|
|
}
|