Skip to content

Commit

Permalink
Coding guidelines update
Browse files Browse the repository at this point in the history
  • Loading branch information
amarcadet committed May 23, 2012
1 parent deb39a0 commit 6cc14da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6cc14da

Please sign in to comment.