diff options
author | Vitaly Takmazov | 2014-02-03 16:51:47 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2014-02-03 16:51:47 +0400 |
commit | 57c8c45a4730fe7c980b8b7eadf94ca60b97db43 (patch) | |
tree | 162041af6bd2f3d8f383cf9842a356c07068f04c /Juick/MessageCell.h | |
parent | 4fd723c665a2b828447fcc9476c752803f76ea35 (diff) |
Still fighting with scroll :(
Diffstat (limited to 'Juick/MessageCell.h')
-rw-r--r-- | Juick/MessageCell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/MessageCell.h b/Juick/MessageCell.h index 75d46cf..6140e2d 100644 --- a/Juick/MessageCell.h +++ b/Juick/MessageCell.h @@ -39,4 +39,6 @@ - (CGFloat) heightForCell; +- (UITableView *) getTable; + @end |