diff options
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r-- | Source/SPCopyTable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h index d13a61f5..fed356fd 100644 --- a/Source/SPCopyTable.h +++ b/Source/SPCopyTable.h @@ -47,6 +47,7 @@ SPDataStorage* tableStorage; // the underlying storage array holding the table data NSUserDefaults *prefs; + } /*! @@ -147,6 +148,9 @@ */ - (NSUInteger)autodetectWidthForColumnDefinition:(NSDictionary *)columnDefinition maxRows:(NSUInteger)rowsToCheck; +- (BOOL)isCellEditingMode; +- (BOOL)isCellComplex; + @end extern NSInteger MENU_EDIT_COPY; |