// // DialogsViewController.h // Juick // // Created by Vitaly Takmazov on 04/03/2018. // Copyright © 2018 com.juick. All rights reserved. // #import "MessagesViewController.h" @interface DialogsViewController : UITableViewController @property(nonatomic, strong) NSMutableArray *chats; -(void) refreshData; @end