blob: c37f6a6f923569fc1cf1653d5714c9caf70b14d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// 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;
@end
|