aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPDFExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPDFExporter.h')
-rw-r--r--Source/SPPDFExporter.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/Source/SPPDFExporter.h b/Source/SPPDFExporter.h
index 9071084f..2d00e8c1 100644
--- a/Source/SPPDFExporter.h
+++ b/Source/SPPDFExporter.h
@@ -35,21 +35,14 @@
*/
@interface SPPDFExporter : SPExporter
{
- /**
- * Exporter delegate
- */
NSObject <SPPDFExporterProtocol> *delegate;
}
-@property(readwrite, assign) NSObject *delegate;
-
/**
- * Initialise an instance of SPPDFExporter using the supplied delegate.
- *
- * @param exportDelegate The exporter delegate
- *
- * @return The initialised instance
+ * @property delegate Exporter delegate
*/
+@property(readwrite, assign) NSObject *delegate;
+
- (id)initWithDelegate:(NSObject *)exportDelegate;
@end