@interface Foo : NSObject
{
   NSDictionary *bar;
}

@property (retain, nonatomic) NSDictionary *bar;

@end
