diff options
Diffstat (limited to 'TablesList.m')
-rw-r--r-- | TablesList.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TablesList.m b/TablesList.m index 454b6dd8..32104d9b 100644 --- a/TablesList.m +++ b/TablesList.m @@ -307,6 +307,11 @@ returns the currently selected table or nil if no table or mulitple tables are s } } +- (NSArray *)tables +{ + return tables; +} + /* returns YES if table source has already been loaded */ |