blob: ababb020097638582a9b337f12ca3d5b13982da3 [file] [log] [blame]
Douglas Gregor70f449b2012-01-25 00:59:09 +00001
2
3
4
5@interface A
6+ (int)method1;
7- (int)method2:(int)param;
8@end
Douglas Gregorc1489562013-02-12 23:36:21 +00009
10@interface B : A
11@end
12
13@interface C
14@end