Skip to content

Commit

Permalink
Forgot to push header with convenience method.
Browse files Browse the repository at this point in the history
Thanks to @bavarious on twitter.
  • Loading branch information
schwa committed Jan 28, 2011
1 parent 1297898 commit fdc779b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Extensions/NSDictionary_JSONExtensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
@interface NSDictionary (NSDictionary_JSONExtensions)

+ (id)dictionaryWithJSONData:(NSData *)inData error:(NSError **)outError;
+ (id)dictionaryWithJSONString:(NSString *)inJSON error:(NSError **)outError;

@end

0 comments on commit fdc779b

Please sign in to comment.