mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
284d55ef6c
* Move debug stats to the about view. * Convert about view to OWSTableView. * Add DebugUIPage. * Add non-thread Debug UI. // FREEBIE
9 lines
176 B
Objective-C
9 lines
176 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "OWSTableViewController.h"
|
|
|
|
@interface AboutTableViewController : OWSTableViewController
|
|
|
|
@end
|