summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/ChatViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r--Juick/ViewControllers/ChatViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h
index f21eb10..f23ecc8 100644
--- a/Juick/ViewControllers/ChatViewController.h
+++ b/Juick/ViewControllers/ChatViewController.h
@@ -14,6 +14,7 @@
@property(nonatomic, strong) NSMutableArray *messages;
@property(nonatomic, strong) NSString *uname;
@property (weak, nonatomic) IBOutlet UIStackView *stack;
+@property (weak, nonatomic) IBOutlet NSLayoutConstraint *stackBottomConstraint;
@property (strong, nonatomic) IBOutlet UITableView *tableView;
-(void) reloadChat;