Files

11 lines
131 B
Plaintext

@implementation TestClass
{
Type ivar;
CPArray array;
CPString string;
int integer;
}
@end