9 lines
187 B
Haxe
9 lines
187 B
Haxe
package flash.desktop;
|
|
|
|
extern class Updater
|
|
{
|
|
function new():Void;
|
|
function update(airFile:flash.filesystem.File, version:String):Void;
|
|
static var isSupported(default, never):Bool;
|
|
}
|