blob: a9c5259dca34843fb756cf4f933862643946fbf3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// ThreadViewController.h
// Juick
//
// Created by Vitaly Takmazov on 24/09/2017.
// Copyright © 2017 com.juick. All rights reserved.
//
#import <UIKit/UIKit.h>
#include "MessagesViewController.h"
@interface ThreadViewController : MessagesViewController
@end
|