Files

7 lines
104 B
ActionScript

package classes.mypackage2
{
public interface TestInterface
{
function testMethod2() : void;
}
}