summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DiscoverViewController.h
blob: 9f96b98349d2c0fc444dff9a89c26e73bddb5ce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  DiscoverViewController.h
//  Juick
//
//  Created by Vitaly Takmazov on 03/12/2017.
//  Copyright © 2017 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "MessagesViewController.h"

@interface DiscoverViewController : MessagesViewController<MessagesDelegate>

@end