Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@interface A
+ (int)method1;
- (int)method2:(int)param;
@end
@interface B : A
@interface C