Files
lime/externs/air/flash/desktop/MacFilePromiseWrapper.hx
2017-08-24 12:50:13 -07:00

7 lines
210 B
Haxe

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