session-ios/Signal/src/ViewControllers/DebugUI/DebugUIMessages.h

18 lines
278 B
C
Raw Normal View History

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@class TSThread;
@interface DebugUIMessages : NSObject
+ (OWSTableSection *)sectionForThread:(TSThread *)thread;
@end
NS_ASSUME_NONNULL_END