aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPDFExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPDFExporter.h')
-rw-r--r--Source/SPPDFExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPDFExporter.h b/Source/SPPDFExporter.h
index 2d00e8c1..872f5b23 100644
--- a/Source/SPPDFExporter.h
+++ b/Source/SPPDFExporter.h
@@ -41,7 +41,7 @@
/**
* @property delegate Exporter delegate
*/
-@property(readwrite, assign) NSObject *delegate;
+@property(readwrite, assign) NSObject <SPPDFExporterProtocol> *delegate;
- (id)initWithDelegate:(NSObject *)exportDelegate;