removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / Extensions / NSDictionary_JSONExtensions.h
diff --git a/mods/atsocial_iphone_app/TouchJSON/Extensions/NSDictionary_JSONExtensions.h b/mods/atsocial_iphone_app/TouchJSON/Extensions/NSDictionary_JSONExtensions.h
deleted file mode 100755 (executable)
index 2aca5d3..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  NSDictionary_JSONExtensions.h
-//  TouchJSON
-//
-//  Created by Jonathan Wight on 04/17/08.
-//  Copyright 2008 toxicsoftware.com. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-@interface NSDictionary (NSDictionary_JSONExtensions)
-
-+ (id)dictionaryWithJSONData:(NSData *)inData error:(NSError **)outError;
-
-@end