Files
lime/externs/air/flash/html/__HTMLScriptFunction.hx
2017-08-25 14:04:53 -07:00

6 lines
102 B
Haxe

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