EBNObservable 实现了一个可观察的 Key-Value 集合,基于 Block 方式实现。
ObserveProperty(modelObject, aStringProperty, { myLabel.text = modelObject.aStringProperty; });