diff options
Diffstat (limited to 'Source/TableStatus.h')
-rw-r--r-- | Source/TableStatus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableStatus.h b/Source/TableStatus.h index cb631435..73b68fd7 100644 --- a/Source/TableStatus.h +++ b/Source/TableStatus.h @@ -29,6 +29,8 @@ @interface TableStatus : NSObject { + IBOutlet id tableDataInstance; + IBOutlet id commentsBox; IBOutlet id rowsNumber; IBOutlet id rowsFormat; |