@@ -217,10 +217,15 @@ break; } return instance; } + ++ new +{ + return [[self alloc] init]; +} + (Class)class { return self; }