Files
lime/externs/air/flash/desktop/Icon.hx
2017-08-24 12:50:13 -07:00

7 lines
138 B
Haxe

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