8 lines
196 B
Haxe
8 lines
196 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;
|
|
}
|