summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DialogsViewController.h
blob: f31830e5c5c694d575c5321e0e32859bdbf68e82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  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