6 lines
106 B
Haxe
6 lines
106 B
Haxe
package flash.desktop;
|
|
|
|
extern class NativeWindowIcon extends InteractiveIcon {
|
|
function new() : Void;
|
|
}
|