changed git call from https to git readonly
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / Extensions / NSDictionary_JSONExtensions.h
1 //
2 //  NSDictionary_JSONExtensions.h
3 //  TouchJSON
4 //
5 //  Created by Jonathan Wight on 04/17/08.
6 //  Copyright 2008 toxicsoftware.com. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSDictionary (NSDictionary_JSONExtensions)
12
13 + (id)dictionaryWithJSONData:(NSData *)inData error:(NSError **)outError;
14
15 @end