diff options
Diffstat (limited to 'Source/SPExportFile.h')
-rw-r--r-- | Source/SPExportFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExportFile.h b/Source/SPExportFile.h index fb61eef2..946f6aec 100644 --- a/Source/SPExportFile.h +++ b/Source/SPExportFile.h @@ -82,5 +82,5 @@ - (BOOL)delete; - (void)writeData:(NSData *)data; - (SPExportFileHandleStatus)createExportFileHandle:(BOOL)overwrite; - +- (void)setCompressionFormat:(SPFileCompressionFormat)fileCompressionFormat; @end |