Commit 2e82aa0f by Ovidiu Predescu

Added.

From-SVN: r38261
parent c097fab6
@protocol Foo
- (void)foo;
@end
@interface Foo_c <Foo>
{
}
- (void)foo;
@end
@implementation Foo_c
- (void)foo
{
}
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment