Files
lime/externs/air/flash/html/__HTMLScriptFunction.hx
2019-02-14 08:41:20 -08:00

7 lines
100 B
Haxe

package flash.html;
extern class __HTMLScriptFunction implements Dynamic
{
function new():Void;
}