session-ios/Signal/src/ViewControllers/DebugUITableViewController.h

15 lines
320 B
C
Raw Normal View History

2017-03-27 23:03:36 +02:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
2017-03-27 23:03:36 +02:00
@class TSThread;
@interface DebugUITableViewController : OWSTableViewController
2017-03-27 23:03:36 +02:00
+ (void)presentDebugUIForThread:(TSThread *)thread
fromViewController:(UIViewController *)fromViewController;
@end