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