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