6 lines
82 B
Haxe
6 lines
82 B
Haxe
|
package flash.events;
|
||
|
|
||
|
extern class WeakMethodClosure {
|
||
|
function new() : Void;
|
||
|
}
|