diff options
author | Vitaly Takmazov | 2018-10-21 18:30:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-10-21 18:30:00 +0300 |
commit | d958a11cc1618e080b9aab9a0b84c942afd7012a (patch) | |
tree | d4b7b6985fba50d2f6005dddeaec00ea5c385aa2 /Juick/ViewControllers/ChatViewController.h | |
parent | c3bd91b2f6b02107322603487094f26259a16703 (diff) |
Chat styling
Diffstat (limited to 'Juick/ViewControllers/ChatViewController.h')
-rw-r--r-- | Juick/ViewControllers/ChatViewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Juick/ViewControllers/ChatViewController.h b/Juick/ViewControllers/ChatViewController.h index a5c5d5a..4a5133a 100644 --- a/Juick/ViewControllers/ChatViewController.h +++ b/Juick/ViewControllers/ChatViewController.h @@ -12,4 +12,6 @@ @interface ChatViewController : UITableViewController<PHFComposeBarViewDelegate> @property(nonatomic, strong) NSMutableArray *messages; @property(nonatomic, strong) NSString *uname; + +-(void) reloadChat; @end |