@@ -283,15 +283,10 @@ + (instancetype)alloc { return of_alloc_object(self, 0, 0, NULL); } -+ (instancetype)new -{ - return [[self alloc] init]; -} - + (Class)class { return self; }