session-ios/Signal/src/ViewControllers/DebugUI/DebugUITableViewController.h
Matthew Chen 284d55ef6c Rework the debug UI.
* Move debug stats to the about view.
* Convert about view to OWSTableView.
* Add DebugUIPage.
* Add non-thread Debug UI.

// FREEBIE
2017-07-04 11:57:13 -04:00

20 lines
437 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class TSThread;
@interface DebugUITableViewController : OWSTableViewController
+ (void)presentDebugUIFromViewController:(UIViewController *)fromViewController;
+ (void)presentDebugUIForThread:(TSThread *)thread fromViewController:(UIViewController *)fromViewController;
@end
NS_ASSUME_NONNULL_END