mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 16:16:10 +00:00
10 lines
130 B
ActionScript
10 lines
130 B
ActionScript
package classes {
|
|
|
|
public interface MyInterface2 extends MyInterface{
|
|
|
|
function interface2Method(a:int,b:int):int;
|
|
|
|
}
|
|
|
|
}
|