changed git call from https to git readonly
[atutor.git] / mods / atsocial_iphone_app / TouchJSON / Extensions / NSCharacterSet_Extensions.h
1 //
2 //  NSCharacterSet_Extensions.h
3 //  TouchJSON
4 //
5 //  Created by Jonathan Wight on 12/08/2005.
6 //  Copyright (c) 2005 Toxic Software. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSCharacterSet (NSCharacterSet_Extensions)
12
13 + (NSCharacterSet *)linebreaksCharacterSet;
14
15 @end