From 6cc14dac83adc50321a3481b8c1c991c81dc755a Mon Sep 17 00:00:00 2001 From: Antoine Marcadet Date: Wed, 23 May 2012 15:38:59 +0200 Subject: [PATCH] Coding guidelines update --- XMLReader.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMLReader.m b/XMLReader.m index 6c0d5b0..9616fb0 100644 --- a/XMLReader.m +++ b/XMLReader.m @@ -10,7 +10,7 @@ NSString *const kXMLReaderTextNodeKey = @"text"; NSString *const kXMLReaderAttributePrefix = @"@"; -@interface XMLReader (Internal) +@interface XMLReader () - (id)initWithError:(NSError **)error; - (NSDictionary *)objectWithData:(NSData *)data options:(XMLReaderOptions)options;