Passer Rating iOS
1.0
iOS demo project for Xcode 4 Unleashed
|
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
protocol | <SimpleCSVDelegate> |
Delegate for SimpleCSVFile. More... | |
class | SimpleCSVFile |
Parser for simple CSV files. More... | |
Variables | |
NSString *const | kCSVErrorLineKey |
NSError* userInfo dictionary key for the line on which an error was detected. | |
NSString *const | kCSVExpectedFieldsKey |
NSError* userInfo dictionary key for the number of fields in the header line. | |
NSString *const | kCSVActualFieldsKey |
NSError* userInfo dictionary key for the number of fields found in a record line. |
NSString* const kCSVActualFieldsKey |
NSError*
userInfo
dictionary key for the number of fields found in a record line.
(NSNumber
)
NSString* const kCSVErrorLineKey |
NSError*
userInfo
dictionary key for the line on which an error was detected.
(NSNumber
)
NSString* const kCSVExpectedFieldsKey |
NSError*
userInfo
dictionary key for the number of fields in the header line.
(NSNumber
)