aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/interfaceLibrary/lib/LibraryInterface.java
blob: a712c5a085710f4a1ee59687c06a7a6a15516744 (plain)
1
2
3
4
5
6
package lib;

public interface LibraryInterface {
//    void run();
}