diff options
Diffstat (limited to 'Source/SPPDFExporter.m')
-rw-r--r-- | Source/SPPDFExporter.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPPDFExporter.m b/Source/SPPDFExporter.m index 725b4173..19762739 100644 --- a/Source/SPPDFExporter.m +++ b/Source/SPPDFExporter.m @@ -32,6 +32,10 @@ /** * Initialise an instance of SPPDFExporter using the supplied delegate. + * + * @param exportDelegate The exporter delegate + * + * @return The initialised instance */ - (id)initWithDelegate:(NSObject *)exportDelegate { |