diff options
Diffstat (limited to 'Source/SPDotExporter.h')
-rw-r--r-- | Source/SPDotExporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDotExporter.h b/Source/SPDotExporter.h index d54aa05b..5de22927 100644 --- a/Source/SPDotExporter.h +++ b/Source/SPDotExporter.h @@ -53,7 +53,7 @@ /** * @property delegate Exporter delegate */ -@property(readwrite, assign) NSObject *delegate; +@property(readwrite, assign) NSObject <SPDotExporterProtocol> *delegate; /** * @property dotExportTables Table information |