Files
lime/externs/air/flash/desktop/MacFilePromiseWrapper.hx
2019-02-14 08:41:20 -08:00

8 lines
202 B
Haxe

package flash.desktop;
extern class MacFilePromiseWrapper extends flash.events.EventDispatcher
{
function new(promise:IFilePromise, dropDirectory:flash.filesystem.File):Void;
function open():Bool;
}