4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
interface GeomObjektTrans {
|
||
|
void verschieben();
|
||
|
void strecken();
|
||
|
}
|