diff options
Diffstat (limited to 'Source/SPExporter.m')
-rw-r--r-- | Source/SPExporter.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPExporter.m b/Source/SPExporter.m index fc5a231b..f8f2cba0 100644 --- a/Source/SPExporter.m +++ b/Source/SPExporter.m @@ -27,4 +27,7 @@ @implementation SPExporter +@synthesize delegate; +@synthesize progressValue; + @end |