mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 15:45:30 +00:00
9 lines
188 B
ActionScript
9 lines
188 B
ActionScript
package classes.mypackage1
|
|
{
|
|
import classes.mypackage2.TestInterface;
|
|
|
|
public interface TestInterface extends classes.mypackage2.TestInterface
|
|
{
|
|
function testMethod1() : void;
|
|
}
|
|
} |