mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 13:15:31 +00:00
10 lines
103 B
ActionScript
10 lines
103 B
ActionScript
package classes {
|
|
|
|
public interface MyInterface {
|
|
|
|
function interfaceMethod(a:int):int;
|
|
|
|
}
|
|
|
|
}
|