@@ -69,15 +69,10 @@ instance->isa = self; return instance; } -+ new -{ - return [[self alloc] init]; -} - + (Class)class { return self; }