4 lines
54 B
Java
4 lines
54 B
Java
interface JavaInterface {
|
|
void run(Runnable r);
|
|
}
|
interface JavaInterface {
|
|
void run(Runnable r);
|
|
}
|