diff options
Diffstat (limited to 'Source/SPHTMLExporter.h')
-rw-r--r-- | Source/SPHTMLExporter.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Source/SPHTMLExporter.h b/Source/SPHTMLExporter.h index fb0ce7f1..8fc7e54a 100644 --- a/Source/SPHTMLExporter.h +++ b/Source/SPHTMLExporter.h @@ -35,21 +35,14 @@ */ @interface SPHTMLExporter : SPExporter { - /** - * Exporter delegate - */ NSObject <SPHTMLExporterProtocol> *delegate; } -@property(readwrite, assign) NSObject *delegate; - /** - * Initialise an instance of SPHTMLExporter 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 |