Files

10 lines
126 B
Plaintext

@implementation Class
{
Type ivar;
CPArray array;
CPString string;
int * pointer;
}
@end