session-ios/Signal/src/ViewControllers/DebugUI/DebugUIDiskUsage.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

14 lines
194 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "DebugUIPage.h"
NS_ASSUME_NONNULL_BEGIN
@interface DebugUIDiskUsage : DebugUIPage
@end
NS_ASSUME_NONNULL_END