mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
12 lines
102 B
Plaintext
12 lines
102 B
Plaintext
|
|
@implementation Class
|
|
{
|
|
}
|
|
@end
|
|
|
|
@implementation Class (Accessors)
|
|
{
|
|
Type ivar @accessors;
|
|
}
|
|
@end
|