header1.h 230 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #define NS_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) @class NSString; @interface B1 -(id)init; @end @interface S1 : B1 -(int)prop; -(void)setProp:(int)p; +(id)s1; -(id)initWithFoo:(NSString*)foo; @end