mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
|
|
@implementation Class
|
|
{
|
|
Type ivar;
|
|
CPArray array;
|
|
|
|
CPString string;
|
|
int * pointer;
|
|
}
|
|
@end |