diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-06 16:13:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-06 16:13:05 +0000 |
commit | 23c8a125dca16dd846a25d7ab30266e52f8048f2 (patch) | |
tree | 0547a7225b6a8e794e73392756679a266e4d40f9 /Source/SPCSVExporter.h | |
parent | 3f2838787602f50176a0ea4e15c0f69cd403920c (diff) | |
download | sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.tar.gz sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.tar.bz2 sequelpro-23c8a125dca16dd846a25d7ab30266e52f8048f2.zip |
More export redesign work.
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 |