@@ -26,11 +26,11 @@ + (instancetype)manager { return [[[self alloc] init] autorelease]; } -- init +- (instancetype)init { self = [super init]; @try { _cookies = [[OFMutableArray alloc] init];