mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 19:35:49 +00:00
7 lines
104 B
ActionScript
7 lines
104 B
ActionScript
package classes.mypackage2
|
|
{
|
|
public interface TestInterface
|
|
{
|
|
function testMethod2() : void;
|
|
}
|
|
} |