Foo.h 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #import <Foundation/Foundation.h> #import "Bar.h" @interface Foo : NSObject { Bar *_bar; } - (NSString *)description; @end