mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-31 07:53:35 +00:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
@implementation TheSuperClass
|
|
@end
|
|
|
|
@implementation TheClass
|
|
|
|
- (void)xxxx:(id)argument
|
|
{
|
|
[super xxxx:argument];
|
|
}
|
|
|
|
@end |