forked from LeenkxTeam/LNXSDK
6 lines
106 B
Haxe
6 lines
106 B
Haxe
|
package flash.net;
|
||
|
|
||
|
extern class Responder {
|
||
|
function new(result : Dynamic, ?status : Dynamic) : Void;
|
||
|
}
|