removed mods directory from the ATutor codebase
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / Extensions / NSCharacterSet_Extensions.h
diff --git a/mods/atsocial_iphone_app/TouchJSON/Extensions/NSCharacterSet_Extensions.h b/mods/atsocial_iphone_app/TouchJSON/Extensions/NSCharacterSet_Extensions.h
deleted file mode 100755 (executable)
index eea2067..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-//  NSCharacterSet_Extensions.h
-//  TouchJSON
-//
-//  Created by Jonathan Wight on 12/08/2005.
-//  Copyright (c) 2005 Toxic Software. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-@interface NSCharacterSet (NSCharacterSet_Extensions)
-
-+ (NSCharacterSet *)linebreaksCharacterSet;
-
-@end