blob: f235cccd312c7cdb24b8cdc8d4d8d8012dc50b19 [file] [log] [blame]
package model
{
public class NestedPropertyObject
{
public function NestedPropertyObject()
{
}
[Bindable]
public var propertyChangeBindableObject:PropertyChangeBindableObject;
[Bindable]
public var uniqueEventBindableObject:UniqueEventBindableObject;
}
}