mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
interface Parent {
|
|
void MethodFoo();
|
|
};
|