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