summaryrefslogtreecommitdiff
path: root/Juick/ViewControllers/DiscoverViewController.h
blob: 6bec23dce9ce363980e81dd82944ffe3a6abfd9c (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

@end