4 lines
76 B
Vala
4 lines
76 B
Vala
public interface TestPlugin : Object {
|
|
public abstract void hello ();
|
|
}
|