6 lines
164 B
Haxe
6 lines
164 B
Haxe
package flash.net;
|
|
|
|
extern interface IDynamicPropertyWriter {
|
|
function writeDynamicProperties(obj : flash.utils.Object, output : IDynamicPropertyOutput) : Void;
|
|
}
|