Responder.hx 106 B

12345
  1. package flash.net;
  2. extern class Responder {
  3. function new(result : Dynamic, ?status : Dynamic) : Void;
  4. }