diff options
Diffstat (limited to 'Source/SPCSVExporter.h')
-rw-r--r-- | Source/SPCSVExporter.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/SPCSVExporter.h b/Source/SPCSVExporter.h index 95f30b46..c0cc75c4 100644 --- a/Source/SPCSVExporter.h +++ b/Source/SPCSVExporter.h @@ -28,6 +28,16 @@ #import "MCPKit.h" #import "SPExporter.h" +/** + * + */ +@interface SPCSVExporterDelegate + +- (void)csvDataAvailable:(NSString *)data; + +@end + + @interface SPCSVExporter : SPExporter { // CSV data |