ABC *abc=[ABC new]; id property=abc.property;
but:
id ClassName=NSClassFromString(ABC); id instance=[ClassName new]; id property=?