9 lines
157 B
Haxe
9 lines
157 B
Haxe
package flash.desktop;
|
|
|
|
extern class InteractiveIcon extends Icon
|
|
{
|
|
var height(default, never):Int;
|
|
var width(default, never):Int;
|
|
function new():Void;
|
|
}
|