blob: 93b2ad50f2148a26ad48475bec13ffd316d51137 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
//
// DiscussionsController.h
// Juick
//
// Created by Vitaly Takmazov on 21/03/2019.
// Copyright © 2019 com.juick. All rights reserved.
//
#import "MessagesViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DiscussionsController : MessagesViewController<MessagesDelegate>
@end
NS_ASSUME_NONNULL_END
|