WeakMethodClosure.hx 82 B

12345
  1. package flash.events;
  2. extern class WeakMethodClosure {
  3. function new() : Void;
  4. }