mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-06 10:53:42 +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 |