mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
12 lines
110 B
Plaintext
12 lines
110 B
Plaintext
|
|
@implementation TestClass
|
|
{
|
|
}
|
|
@end
|
|
|
|
@implementation TestClass (Accessors)
|
|
{
|
|
Type ivar @accessors;
|
|
}
|
|
@end
|