From b2461e0658f6deebf2b4a24e261fadb99f5125c6 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 19 Oct 2010 23:37:15 +0000 Subject: Tidy up. --- Source/SPCSVParser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPCSVParser.h') diff --git a/Source/SPCSVParser.h b/Source/SPCSVParser.h index 63f7fef5..a230d69b 100644 --- a/Source/SPCSVParser.h +++ b/Source/SPCSVParser.h @@ -23,8 +23,6 @@ // // More info at -#import - /* * This class provides a string class intended for CSV parsing. Unlike SPSQLParser, this * does not extend NSMutableString and instead provides only a subset of similar methods. @@ -109,6 +107,7 @@ /* Initialisation and teardown */ #pragma mark - + - (id) init; - (id) initWithString:(NSString *)aString; - (id) initWithContentsOfFile:(NSString *)path encoding:(NSStringEncoding)enc error:(NSError **)error; -- cgit v1.2.3