@@ -135,11 +135,11 @@ return (id)&placeholder; return [super alloc]; } -+ dictionaryWithCapacity: (size_t)capacity ++ (instancetype)dictionaryWithCapacity: (size_t)capacity { return [[[self alloc] initWithCapacity: capacity] autorelease]; } - init