removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / JSON / CJSONDeserializer.h
diff --git a/mods/atsocial_iphone_app/TouchJSON/JSON/CJSONDeserializer.h b/mods/atsocial_iphone_app/TouchJSON/JSON/CJSONDeserializer.h
deleted file mode 100755 (executable)
index c8a8958..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-//  CJSONDeserializer.h
-//  TouchJSON
-//
-//  Created by Jonathan Wight on 12/15/2005.
-//  Copyright 2005 Toxic Software. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-@interface CJSONDeserializer : NSObject {
-
-}
-
-+ (id)deserializer;
-
-- (id)deserialize:(NSData *)inData error:(NSError **)outError;
-
-@end