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

7 lines
98 B
Haxe

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