diff options
Diffstat (limited to 'TableContent.m')
-rw-r--r-- | TableContent.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TableContent.m b/TableContent.m index 01fdc448..6bd5b156 100644 --- a/TableContent.m +++ b/TableContent.m @@ -45,6 +45,10 @@ return self; } +- (void)awakeFromNib +{ +} + - (void)loadTable:(NSString *)aTable /* loads aTable, put it in an array, update the tableViewColumns and reload the tableView |