mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
|
|
@implementation TestClass
|
|
{
|
|
Type ivar;
|
|
CPArray array;
|
|
|
|
CPString string;
|
|
int integer;
|
|
}
|
|
@end
|