@interface Foo : NSObject { id bar; } @property (readwrite, retain) bar; @end