session-ios/Signal/src/ViewControllers/DebugUI/DebugUIMessages.h
2017-05-22 20:17:56 -04:00

18 lines
278 B
Objective-C

//
// 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