blob: e370788277360ba366d70c67d4bd6fdda9ed9780 [file] [log] [blame]
@interface Bar
@end
@interface Foo : Bar
- (void)someMethod;
@end