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

8 lines
134 B
Haxe

package flash.desktop;
extern class Icon extends flash.events.EventDispatcher
{
var bitmaps:Array<Dynamic>;
function new():Void;
}