diff options
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r-- | Source/SPCopyTable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h index d46caf02..89030976 100644 --- a/Source/SPCopyTable.h +++ b/Source/SPCopyTable.h @@ -167,6 +167,8 @@ - (IBAction)executeBundleItemForDataTable:(id)sender; +- (void)selectTableRows:(NSArray*)rowIndices; + @end extern NSInteger MENU_EDIT_COPY; |