session-ios/Signal/src/ViewControllers/OWSConversationSettingsTableViewController.h
2017-03-31 11:58:52 -04:00

17 lines
366 B
Objective-C

// Created by Michael Kirk on 9/21/16.
// Copyright © 2016 Open Whisper Systems. All rights reserved.
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class TSThread;
@interface OWSConversationSettingsTableViewController : UITableViewController
- (void)configureWithThread:(TSThread *)thread;
- (void)presentedModalWasDismissed;
@end
NS_ASSUME_NONNULL_END